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:
parent
bb25f6ad76
commit
0f6ae972b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user