Installation
Using PYPI
The easiest way to get started with the AgensGraph Python driver is via PyPI. This method automatically installs the latest stable version of the driver along with its dependencies. Once installed, you can immediately begin connecting to AgensGraph and executing queries.
pip install agensgraph-python
Build from source
If you want the latest features, need to make custom modifications, or prefer to install directly from the repository, you can build the Python driver from source. This method gives you full control over the installation process.
git clone https://github.com/skaiworldwide-oss/agensgraph-drivers
cd agensgraph-drivers/python
python setup.py install
After building from source, the driver is ready to use in your Python projects, allowing you to interact with AgensGraph databases seamlessly.