mirror of
https://github.com/bellingcat/geoclustering.git
synced 2026-06-08 03:28:30 +03:00
adds dev pipenv instructions
This commit is contained in:
@@ -142,7 +142,10 @@ It is assumed that you are using **Python3.9+**. It is encouraged to [setup a vi
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
# install dependencies & dev-dependencies
|
# install dependencies & dev-dependencies
|
||||||
|
# PIP
|
||||||
pip install -e .[dev,full]
|
pip install -e .[dev,full]
|
||||||
|
# PIPENV
|
||||||
|
pipenv install --dev -e .
|
||||||
|
|
||||||
# install a git hook that runs the code formatter before each commit.
|
# install a git hook that runs the code formatter before each commit.
|
||||||
pre-commit install
|
pre-commit install
|
||||||
|
|||||||
Reference in New Issue
Block a user