kopia lustrzana https://github.com/ihabunek/toot
Update Setting up dev environnement (#496)
Remove reference to requirements files that no longer existpull/506/head
rodzic
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
|
||||
|
|
Ładowanie…
Reference in New Issue