Merging upstream version 0.16.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
40df5416c1
commit
72676ec535
56 changed files with 615 additions and 161 deletions
|
@ -44,7 +44,9 @@ vagrant ssh
|
|||
Or you can choose to use your local environment:
|
||||
|
||||
```sh
|
||||
virtualenv .venv
|
||||
python -m venv .venv
|
||||
. .venv/bin/activate
|
||||
pip install --upgrade pip
|
||||
pip install -r requirements.txt -r test-requirements.txt -r doc-requirements.txt
|
||||
python setup.py develop
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue