Skip to content

Commit

Permalink
Merge pull request sherlock-project#72 from theodosisathanasakis/theo…
Browse files Browse the repository at this point in the history
…dosisathanasakis-script

Script for installing packages in linux
  • Loading branch information
nareddyt committed Jan 4, 2019
2 parents 459fb29 + f7f36b5 commit d717970
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions install_packages.sh
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit d717970

Please sign in to comment.