Updated to include curl
Tried on vanilla ubuntu-gnome, curl is not installed by default so dev_setup.sh does not work.pull/97/head
parent
2698e14f72
commit
4af3132dff
|
@ -17,7 +17,8 @@ sudo apt-get install -y \
|
|||
libglib2.0-dev \
|
||||
s3cmd \
|
||||
portaudio19-dev \
|
||||
mpg123
|
||||
mpg123 \
|
||||
curl
|
||||
|
||||
# upgrade virtualenv to latest from pypi
|
||||
sudo easy_install --upgrade virtualenv
|
||||
|
|
Loading…
Reference in New Issue