- Make sure you have Python 3.8 or higher
- Clone pyciemss repository:
git clone https://github.com/ciemss/pyciemss.git
. Use your GitHub username, and a Personal Access Token for the password - Navigate into the cloned folder
cd pyciemss
- Install dependencies.
pip install -e .
orpip install -e .[tests]
to install test dependencies. - Open
docs/source/interfaces.ipynb.
- Run the notebook!