Skip to content
Snippets Groups Projects
Commit 6ade147b authored by Alex Rojas's avatar Alex Rojas
Browse files

updated build-env.sh

parent 340471fe
No related merge requests found
...@@ -3,15 +3,17 @@ ...@@ -3,15 +3,17 @@
# source activate base # source activate base
basedir=$( cd "$(dirname "$0")" ; pwd -P) basedir=$( cd "$(dirname "$0")" ; pwd -P)
echo installing environment... echo installing environment...
# mamba env create -f ${basedir}/environment.yml mamba env create -f ${basedir}/environment.yml
conda create --name osgeo-env --clone base # conda create --name osgeo-env --clone base
source activate osgeo-env # source activate osgeo-env
mamba install -c conda-forge scipy -y # mamba install -c conda-forge scipy -y
mamba install -c conda-forge h5py -y # mamba install -c conda-forge h5py -y
mamba install -c conda-forge geopandas -y # mamba install -c conda-forge geopandas -y
# Install the maap.py environment # Install the maap.py environment
# source activate osgeo-env echo trying to install maap-py...
# git clone --single-branch --branch v3.0.1 https://github.com/MAAP-Project/maap-py.git ${basedir} source activate osgeo-env
# cd ${basedir}/maap-py git clone --single-branch --branch v3.0.1 https://github.com/MAAP-Project/maap-py.git
# pip install -e . cd maap-py
pip install -e .
echo installed maap-py package!
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment