Merge pull request #72 from theodosisathanasakis/theodosisathanasakis-script

Script for installing packages in linux
pull/89/head
Tejasvi (Teju) Nareddy 6 years ago committed by GitHub
commit d71797062e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,11 @@
#!/bin/bash
# install python3 if not exist
sudo apt-get install python3
# install the all the necessery packages and requirements
sudo apt-get install python3-pip
sudo pip3 install --upgrade setuptools
sudo pip3 install -r requirements.txt
Loading…
Cancel
Save