summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall-pixelated.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/install-pixelated.sh b/install-pixelated.sh
index 0b8e84fa..60d955d1 100755
--- a/install-pixelated.sh
+++ b/install-pixelated.sh
@@ -48,6 +48,9 @@ cd ../service
virtualenv .virtualenv
source .virtualenv/bin/activate
pip install -r requirements.txt
+# having trouble with enum from pip right now
+pip uninstall enum
+easy_install enum
./go develop
# print usage