virtualenv

This commit is contained in:
Christine Dodrill 2015-11-09 20:12:22 -08:00
parent f940db796a
commit 2ad7f43c0c
3 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ pep8.py
.pydevproject
*.db
web
env

3
env.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
virtualenv env

5
run.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
source ./env/bin/activate
./bot.py