mirror of
https://github.com/bellingcat/geoclustering.git
synced 2026-06-07 19:18: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
|
||||
# install dependencies & dev-dependencies
|
||||
# PIP
|
||||
pip install -e .[dev,full]
|
||||
# PIPENV
|
||||
pipenv install --dev -e .
|
||||
|
||||
# install a git hook that runs the code formatter before each commit.
|
||||
pre-commit install
|
||||
|
||||
Reference in New Issue
Block a user