1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-11-03 04:17:21 -05:00

Update Setting up dev environnement (#496)

Remove reference to requirements files that no longer exist
This commit is contained in:
Fipaddict 2024-09-29 09:35:19 +02:00 committed by GitHub
parent bb25f6ad76
commit 0f6ae972b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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