Fix dev setup command

This commit is contained in:
ChillerDragon 2023-03-16 17:08:27 +01:00
parent 54f0f8cb7c
commit e3d026763a

View file

@ -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