Skip to content

Commit

Permalink
change python libraries to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
fpusan committed Oct 6, 2019
1 parent 3f542e7 commit 505357f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALL-UBUNTU14+
Expand Up @@ -20,16 +20,16 @@ sudo apt-get install r-base-core


### System libraries.
sudo apt-get install git sqlite3 liblzma-dev libbz2-dev zlib1g-dev
sudo apt-get install git sqlite3


### Perl modules.
sudo apt-get install libtie-ixhash-perl libclass-dbi-mysql-perl libxml-parser-perl libdbd-sqlite3-perl


### Python modules.
sudo apt-get install python-pip python-dev python-scipy python-matplotlib python3-numpy
sudo -H pip install dendropy pysam
sudo apt-get install python3-pip python3-dev python3-scipy python3-matplotlib python3-numpy
sudo -H python3 -m pip install dendropy pysam


### Download SqueezeMeta.
Expand Down

0 comments on commit 505357f

Please sign in to comment.