Installation

Note

We do not recommend installation as root user on your system’s default installation. It’s best to either use miniconda or anaconda or some virtual environment for python

Please setup an Anaconda/Miniconda environment or create a Docker image.

Anaconda Installation can be found herehttps://www.anaconda.com/products/individual

Please follow the steps below for a successful installation.

Installation via Pip

  1. Install the relevant packages:

    pip install glennopt
    

Installation via Source

Clone the repository and you will need the poetry package manager to build and install the project. Poetry Installation <https://python-poetry.org/docs/#installation>

Commands for building and installing the library

poetry build
poetry install