Skip to content
Snippets Groups Projects
Commit bb16b1f4 authored by Christoph.Fischer's avatar Christoph.Fischer
Browse files

Delete conda_instructions.txt

parent f28a96e7
No related branches found
No related tags found
No related merge requests found
# 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
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