Installation
There are many ways to install and run OCGRAPH.
Installation from Source
Running OcGraph is possible from source. First make sure that Poetry is installed. Then prepare a virtual environment using the following commands inside of the repository directory:
poetry install
Afterwards run OcGraph using:
poetry run occtre -c <path>
This installation method is mostly useful for developing and maintaining OcGraph.
Installation via pip
pip install ocgraph
Installation via AUR
pacman -S ocgraph