Installation
Notes on how to install
Conda
The easiest way to install the packge is with conda: conda install -c conda-forge glidertools
.
PyPI
You can also install with pip: pip install glidertools
.
GitHub
For the most up to date version of GliderTools, you can install directly from the online repository hosted on GitLab.
Clone glidertools to your local machine:
git clone https://github.com/GliderToolsCommunity/GliderTools
Change to the parent directory of GliderTools
Install glidertools with
pip install -e ./GliderTools
. This will allow changes you make locally, to be reflected when you import the package in Python