Installation

NOCTIS requires python 3.9 or higher, as well as some common and reliable third party packages

Usage installation

Install with pip without cloning

$ pip install noctis

Development installation

If you are planning to contribute to the code or if you want to implement some custom-defined functionality, we recommend the installation for development. This will require some additional packages. To install NOCTIS in development setting simply type:

$ git clone git@github.com:syngenta/noctis.git
$ cd noctis
$ pip install -e .[dev]