Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
fixed installation issue
  • Loading branch information
Rinoahu authored Sep 29, 2020
1 parent ee8f654 commit 05ba002
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

# install python packages
#python -mpip install -U pip numpy==1.16.4 scipy==1.3.0 networkx==2.3 cffi==1.12.3 biopython==1.73
conda install -y networkx=2.3 cffi=1.12.3 biopython=1.73 numpy=1.16.4 scipy=1.3.0
#conda install -y networkx=2.3 cffi=1.12.3 biopython=1.73 numpy=1.16.4 scipy=1.3.0
conda install -y networkx cffi biopython numpy scipy

rm -rf ./pypy
# 1. download portable pypy
Expand Down

0 comments on commit 05ba002

Please sign in to comment.