Create a Conda environment with the required Python version and packages:
conda env create -f environment.yml
conda activate scivis-plankton
python -m ipykernel install --user --name scivis-plankton --display-name "Python (scivis-plankton)"
The third command makes scivis-plankton
available as a notebook kernel.
Install the required Python version and packages:
- Make sure you are running Python
>=3.7
- e.g. if using pyenv, you could run
pyenv global 3.9
- e.g. if using pyenv, you could run
pip install -r requirements.txt