Fix dev setup command
This commit is contained in:
parent
54f0f8cb7c
commit
e3d026763a
|
@ -26,7 +26,7 @@ git clone https://gitlab.com/teeworlds-network/twnet_parser
|
||||||
cd twnet_parser
|
cd twnet_parser
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install -r requirements
|
pip install -r requirements/dev.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
## tests and linting
|
## tests and linting
|
||||||
|
|
Loading…
Reference in a new issue