Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ENH: Install pip and python-dev for BioPython
  • Loading branch information
pan14001 committed Aug 15, 2016
1 parent 4708906 commit d13bc23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cgi-updater-payload.sh
Expand Up @@ -27,6 +27,7 @@ EOF
}

python_install_packages() {
apt-get -y install python-pip python-dev
pip install --upgrade ${pip_pkgs[@]}
}

Expand Down

0 comments on commit d13bc23

Please sign in to comment.