Skip to content
Snippets Groups Projects
conda_instructions.txt 770 B
Newer Older
# in enstools-package folder

conda create --name enstools-feature python=3.7
activate the environment
conda activate enstools-feature

# needed for cdo over conda
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install cdo

# install requirements listed in venv_setup.sh
pip install --upgrade pip
pip install ipykernel numpy wheel 
# but maybe use the open source version of enstools
pip install -e git+https://github.com/wavestoweather/enstools.git@main#egg=enstools"

# install requirements for enstools-feature
conda install --file requirements.txt

# also for PV stuff: custom scikit-fmm:
cd enstools/feature/identification/pv_streamer/scikit-fmm-custom
python setup.py install

# cdo wrapper (pip only)
pip install cdo