summaryrefslogtreecommitdiff
path: root/install-pixelated.sh
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2015-01-16 13:23:31 -0200
committerBruno Wagner <bwgpro@gmail.com>2015-01-16 13:23:31 -0200
commit05209c889b943cd0686289014a76406cb60e825a (patch)
tree8576ba3e2965d22c3b3c6eee5e30afc0733211de /install-pixelated.sh
parent784e654a0e636a5e79392f82fa2108e62e8c4e29 (diff)
Install pixelated now uses ./go setup (so if we change the way we do do setup, we won't have to change the install script)
Diffstat (limited to 'install-pixelated.sh')
-rwxr-xr-xinstall-pixelated.sh7
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