Merge pull request #72 from theodosisathanasakis/theodosisathanasakis-script
Script for installing packages in linuxpull/89/head
commit
d71797062e
@ -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…
Reference in new issue