Initial commit

This commit is contained in:
Adrian Malacoda
2016-06-19 03:35:36 -05:00
commit 72a08e758b
5 changed files with 68 additions and 0 deletions

5
setup Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
virtualenv venv
. venv/bin/activate
pip install Flask