diff options
| author | Bruno Wagner <bwagner@riseup.net> | 2015-12-28 14:35:32 -0200 | 
|---|---|---|
| committer | Bruno Wagner <bwagner@riseup.net> | 2015-12-28 14:35:32 -0200 | 
| commit | 89ea58c1f7a1d29defb279cf33593c3ca971ee0f (patch) | |
| tree | b5d9ca64c8f0ae5a36a4016ccce3aedbb5798216 /service/go | |
| parent | 6f2b1c1d57d969ea18ada7ebb17fa442c23f88df (diff) | |
Dev requirements now use u1db and dirspec from launchpad, vagrant needs bazaar for that to work
Diffstat (limited to 'service/go')
| -rwxr-xr-x | service/go | 4 | 
1 files changed, 1 insertions, 3 deletions
| @@ -17,11 +17,9 @@ function resolveNumOfCores {  function setuppy {          echo "Installing Pixelated User Agent." +        pip install --upgrade pip setuptools          pip install -r develop_requirements.txt          pip install -r test_requirements.txt -        python setup.py develop $* -        pip uninstall -y scrypt; pip install scrypt -        pip uninstall -y gnupg; pip install gnupg==2.0.2          echo "Done."  } | 
