Skip to content
Snippets Groups Projects
Forked from Flatland / Flatland
1765 commits behind the upstream repository.
getting_started.sh 226 B
#!/bin/bash
set -e # stop on error
set -x # echo commands


FLATLAND_BASEDIR=$(dirname "$BASH_SOURCE")/..
cd ${FLATLAND_BASEDIR}

conda install -y -c conda-forge tox-conda
conda install -y tox
tox -v
tox -v -e start_jupyter &