Installation¶
Setting up a conda environment is recommended to install PySCHISM. Please refer here for how to install Miniconda.
Create conda environment:
From GitHub repo¶
conda activate pyschism
git clone https://github.com/schism-dev/pyschism.git
cd pyschism
pip install . # install as a user
# OR
pip install -e . #install as a developer
Python package from PyPI¶
Get the package with: