Installation#
pip#
prose is written for python 3 and can be installed from pypi with:
pip install prose
To install it through conda, once in your newly created environment, go with:
conda install numpy scipy tensorflow netcdf4 numba
# then
pip install prose
from source#
To install prose from source git clone prose repository with
git clone https://github.com/lgrcia/prose.git
then locally install the package with
pip install -e prose