mirror of
https://github.com/bellingcat/vk-url-scraper.git
synced 2026-06-08 03:18:37 +03:00
28 lines
509 B
Markdown
28 lines
509 B
Markdown
Installation
|
|
============
|
|
|
|
**vk-url-scraper** supports Python >= 3.10.
|
|
|
|
## Installing with `pip`
|
|
|
|
**vk-url-scraper** is available [on PyPI](https://pypi.org/project/vk-url-scraper/). Just run
|
|
|
|
```bash
|
|
pip install vk-url-scraper
|
|
```
|
|
|
|
## Installing from source
|
|
|
|
To install **vk-url-scraper** from source, first clone [the repository](https://github.com/bellingcat/vk-url-scraper):
|
|
|
|
```bash
|
|
git clone https://github.com/bellingcat/vk-url-scraper.git
|
|
cd vk-url-scraper
|
|
```
|
|
|
|
Then run
|
|
|
|
```bash
|
|
pip install -e .
|
|
```
|