There was an error while loading. Please reload this page.
1 parent c99af4e commit 88198d3Copy full SHA for 88198d3
1 file changed
install.sh
@@ -1,12 +1,11 @@
1
sudo apt-get update
2
-sudo apt-get upgrade
+sudo apt-get upgrade -y
3
sudo apt-get install -y python3 python3-dev python3-pip
4
sudo apt-get install -y git vim virtualenv
5
6
sudo apt-get install -y postgresql postgresql-contrib
7
# need these 2 to intall psycopg2 using pip
8
-sudo apt-get install python-psycopg2
9
-sudo apt-get install libpq-dev
+sudo apt-get install -y python-psycopg2 libpq-dev
10
11
12
0 commit comments