Update Setting up dev environnement

Remove reference to requirements files that no longer exist
pull/496/head
fipaddict 2024-08-12 14:13:18 +02:00
rodzic 31501a84a0
commit 0b1191d818
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -72,9 +72,7 @@ git clone git@github.com:ihabunek/toot.git
cd toot
python3 -m venv _env
source _env/bin/activate
pip install --editable .
pip install -r requirements-dev.txt
pip install -r requirements-test.txt
pip install --editable ".[dev,test]"
```
While the virtual env is active, you can run `./_env/bin/toot` to