kopia lustrzana https://github.com/ihabunek/toot
Update Setting up dev environnement
Remove reference to requirements files that no longer existpull/496/head
rodzic
31501a84a0
commit
0b1191d818
|
@ -72,9 +72,7 @@ git clone git@github.com:ihabunek/toot.git
|
||||||
cd toot
|
cd toot
|
||||||
python3 -m venv _env
|
python3 -m venv _env
|
||||||
source _env/bin/activate
|
source _env/bin/activate
|
||||||
pip install --editable .
|
pip install --editable ".[dev,test]"
|
||||||
pip install -r requirements-dev.txt
|
|
||||||
pip install -r requirements-test.txt
|
|
||||||
```
|
```
|
||||||
|
|
||||||
While the virtual env is active, you can run `./_env/bin/toot` to
|
While the virtual env is active, you can run `./_env/bin/toot` to
|
||||||
|
|
Ładowanie…
Reference in New Issue