Installation guide
Prerequisites
Before installing ontograph
, please ensure you have the following tools installed:
Tool | Minimum Version | Description | Installation Guide |
---|---|---|---|
Python | 3.10 | Programming language | Install Python 3 |
uv | — | Python packaging & dependency manager | Install uv |
git | — | Version control system | Install git |
Tip
If you are missing any of those pre-requisites, please follow the installation guide in each resource before you continue.
Checking prerequisites
Verify that everything is installed by running:
Installation
This package is currently under development. To try it out, you can clone the repository and install it in "editable" mode. This allows you to make changes to the code and have them reflected immediately without reinstalling.
-
Clone the repository:
-
Navigate into the project directory:
-
Install the package in editable mode using
uv
:
You can now start using ontograph
in your Python environment. Any changes you make to the source code will take effect immediately.