.. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. 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 This installation method is mostly useful for developing and maintaining OcGraph. Installation via pip ==================== pip install ocgraph Installation via AUR ==================== pacman -S ocgraph