parent
4ad66589f0
commit
058615ec3a
9 changed files with 14 additions and 0 deletions
@ -0,0 +1,2 @@ |
||||
*.pyc |
||||
.idea/ |
||||
@ -0,0 +1,12 @@ |
||||
### Setup |
||||
|
||||
install virtualenv |
||||
``` |
||||
virtualenv env --python python3.4 && \ |
||||
source env/bin/activate && \ |
||||
pip install --requirement requirements-dev.txt |
||||
``` |
||||
|
||||
then: |
||||
|
||||
``` |
||||
Loading…
Reference in new issue