Installation#

gos can be installed using:

$ pip install 'gosling[all]'

Development Install#

The gos source repository is available on GitHub. Once you have cloned the repository and installed all the above dependencies, run the following command from the root of the repository to install the main version of gos:

$ pip install -e '.[dev]'