.. pygoban documentation master file, created by
sphinx-quickstart on Tue Mar 4 22:42:51 2025.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
.. _Installation:
Installation
============
Download `this repository `_, change the directory to that folder and install via pip:
.. code-block:: bash
cd C:\downloaded\folder
pip install .
Alternatively, if you download the repository directly your site-packages folder or anywhere else on your Python path, you should be able to use this library right away. Just make sure that you have all the dependencies installed, which you can check out `here `_.