Initial commit

This commit is contained in:
2015-12-18 17:33:45 +00:00
commit 2369ca508d
16 changed files with 536 additions and 0 deletions

7
activate.bat Normal file
View File

@@ -0,0 +1,7 @@
@echo off
if not exist venv (
pip install virtualenv
virtualenv venv
)
pip install -U -r requirements.txt
venv\Scripts\activate