Update Setting up dev environnement (#496)

Remove reference to requirements files that no longer exist
pull/506/head
Fipaddict 2024-09-29 09:35:19 +02:00 zatwierdzone przez GitHub
rodzic bb25f6ad76
commit 0f6ae972b5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
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