Skip to content
Snippets Groups Projects
install_instructions.txt 729 B
Newer Older
###################
# Instructions for installing enstools-feature using conda
###################

# install protobuf compiler (e.g. apt-get install protobuf-compiler)
# Then, in enstools-package folder...
# create and ctivate the environment
conda create --name enstools-feature python=3.7
conda activate enstools-feature

conda config --add channels conda-forge
conda config --set channel_priority strict

# install requirements listed in given venv_setup.sh
pip install --upgrade pip
# integrate enstools
pip install -e git+https://github.com/wavestoweather/enstools.git@main#egg=enstools

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