mirror of
https://github.com/bellingcat/vk-url-scraper.git
synced 2026-06-08 03:18:37 +03:00
Initial commit
This commit is contained in:
27
docs/source/installation.md
Normal file
27
docs/source/installation.md
Normal file
@@ -0,0 +1,27 @@
|
||||
Installation
|
||||
============
|
||||
|
||||
**my-package** supports Python >= 3.7.
|
||||
|
||||
## Installing with `pip`
|
||||
|
||||
**my-package** is available [on PyPI](https://pypi.org/project/my-package/). Just run
|
||||
|
||||
```bash
|
||||
pip install my-package
|
||||
```
|
||||
|
||||
## Installing from source
|
||||
|
||||
To install **my-package** from source, first clone [the repository](https://github.com/allenai/python-package-template):
|
||||
|
||||
```bash
|
||||
git clone https://github.com/allenai/python-package-template.git
|
||||
cd python-package-template
|
||||
```
|
||||
|
||||
Then run
|
||||
|
||||
```bash
|
||||
pip install -e .
|
||||
```
|
||||
Reference in New Issue
Block a user