Skip to content

Commit

Permalink
more verbose pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Mar 13, 2016
1 parent 17bbd85 commit 653692e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions deployment/install_env
Expand Up @@ -5,13 +5,25 @@ source /usr/local/bin/virtualenvwrapper.sh
workon oggm_env

pip install --quiet --upgrade pip

echo "Installing numpy..."
pip install --quiet numpy

echo "Installing scipy..."
pip install --quiet scipy

echo "Installing pandas shapely matplotlib..."
pip install --quiet pandas shapely
pip install --quiet matplotlib

echo "Installing gdal fiona..."
pip install --quiet gdal==1.10.0 --install-option="build_ext" --install-option="--include-dirs=/usr/include/gdal"
pip install --quiet fiona --install-option="build_ext" --install-option="--include-dirs=/usr/include/gdal"

echo "Installing other packages..."
pip install --quiet pyproj rasterio Pillow geopandas netcdf4 scikit-image configobj joblib xarray nose

echo "Installing git packages..."
pip install --quiet git+https://github.com/fmaussion/motionless.git
pip install --quiet git+https://github.com/fmaussion/salem.git
pip install --quiet git+https://github.com/fmaussion/cleo.git
Expand Down

0 comments on commit 653692e

Please sign in to comment.