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 :command:`conda`:

.. code:: bash

    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:

.. code:: bash

    git clone
 
 
Install planktonSDM dependencies

.. code:: bash

    pip install planktonsdm
 


Install planktonSDM with :command:`pip`:

.. code:: bash

    python -m pip install path_to_package
    

