From 05209c889b943cd0686289014a76406cb60e825a Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Fri, 16 Jan 2015 13:23:31 -0200 Subject: 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) --- install-pixelated.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'install-pixelated.sh') 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 <