Installation#
Pre-requisites#
Note
we recommend using anaconda and virtual environments as shown below
Install Miniconda: https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html
Create new virtual environment with conda:
conda create -n my_env
conda activate my_env
Basic Installation#
Note
to install: clone the github and use pip to install the package to my_env
clone planktonSDM github repository:
git clone
Install planktonSDM dependencies
pip install planktonsdm
Install planktonSDM with pip:
python -m pip install path_to_package