Files
vk-url-scraper/docs/source/installation.md
Miguel Sozinho Ramalho b3c7ac8e5d Initial commit
2022-06-17 13:25:27 +01:00

509 B

Installation

my-package supports Python >= 3.7.

Installing with pip

my-package is available on PyPI. Just run

pip install my-package

Installing from source

To install my-package from source, first clone the repository:

git clone https://github.com/allenai/python-package-template.git
cd python-package-template

Then run

pip install -e .