Add setup script for arch linux

pull/348/head
Aidan Sciortino 2016-08-26 16:35:54 -04:00 committed by GitHub
parent f846b83ed8
commit 9dc6fa1f2f
1 changed files with 26 additions and 0 deletions

26
build_host_setup_arch.sh Normal file
View File

@ -0,0 +1,26 @@
#!/usr/bin/env bash
sudo pacman -S \
git \
python \
python-pip \
python-setuptools \
python-virtualenv \
python-gobject \
python-virtualenvwrapper \
libtool \
libffi \
openssl \
autoconf \
bison \
swig \
glib2 \
s3cmd \
portaudio \
mpg123 \
screen \
flac \
curl
# upgrade virtualenv to latest from pypi
sudo pip install --upgrade virtualenv