Files
vk-url-scraper/docs/source/installation.md
2022-06-17 19:15:20 +02:00

508 B

Installation

vk-url-scraper supports Python >= 3.7.

Installing with pip

vk-url-scraper is available on PyPI. Just run

pip install vk-url-scraper

Installing from source

To install vk-url-scraper from source, first clone the repository:

git clone https://github.com/bellingcat/vk-url-scraper.git
cd vk-url-scraper

Then run

pip install -e .