summaryrefslogtreecommitdiff
path: root/setup/setup.sh
blob: d2631f9222588c4cf865b6c9e8626c2271b69c00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#taken from mobilitynet-analysis-scripts/setup/setup.sh
# If the conda binary is not found, specify the full path to it
# you can find it by searching for "conda" under the miniconda3 directory
# typical paths are:
# - on linux: /home/<user>/miniconda3/bin/conda
# - on OSX: /Users/<user>/miniconda3/bin/conda
# - on Windows: C:/Users/<user>/Miniconda3/Scripts/conda

set -e

source setup/checks/check_for_conda.sh

conda env update --name toriis --file setup/environment.yml
conda activate toriis