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

updated build-env.sh and run.sh again

parent 5de8115f
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,15 @@
# source activate base
basedir=$( cd "$(dirname "$0")" ; pwd -P)
echo installing environment...
mamba env create -f ${basedir}/environment.yml
# mamba env create -f ${basedir}/environment.yml
conda create --name osgeo-env --clone base
source activate osgeo-env
mamba install -c conda-forge scipy -y
mamba install -c conda-forge h5py -y
mamba install -c conda-forge geopandas -y
# Install the maap.py environment
source activate osgeo-env
git clone --single-branch --branch v3.0.1 https://github.com/MAAP-Project/maap-py.git ${basedir}
cd ${basedir}/maap-py
pip install -e .
# source activate osgeo-env
# git clone --single-branch --branch v3.0.1 https://github.com/MAAP-Project/maap-py.git ${basedir}
# cd ${basedir}/maap-py
# pip install -e .
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