diff options
-rwxr-xr-x | install-pixelated.sh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/install-pixelated.sh b/install-pixelated.sh index f7c52f53..9a3858ee 100755 --- a/install-pixelated.sh +++ b/install-pixelated.sh @@ -49,11 +49,8 @@ cd ../service rm -rf .virtualenv virtualenv .virtualenv source .virtualenv/bin/activate -pip install -r requirements.txt -# having trouble with enum from pip right now -pip uninstall -y enum -easy_install enum -./go develop +./go setup +pip uninstall -y enum34 # print usage cat <<EOF |