.. currentmodule:: gosling .. _installation: 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**: .. code-block:: bash $ pip install -e '.[dev]' .. _JupyterLab: http://jupyterlab.readthedocs.io/ .. _Jupyter Notebook: https://jupyter-notebook.readthedocs.io/ .. _jsonschema: https://github.com/Julian/jsonschema .. _NumPy: http://www.numpy.org/ .. _Pandas: http://pandas.pydata.org .. _gos source repository: http://github.com/manzt/gos