Installation

To install the Aquarium Python API, you can use pip to install it from PyPi or install it from the source.

From PyPi

Our module is available on PyPi. You can install it using pip:

python -m pip install aquarium-python-api

From source

You can also clone the repository and install it manually:

python -m pip install git+https://github.com/fatfish-lab/aquarium-python-api.git

or

python -m pip install -e path/to/aquarium-python-api