Installation¶
pumas 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 pumas
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 MPSTK in development setting simply type:
$ git clone git@github.com:syngenta/pumas.git
$ cd pumas
$ pip install -e .[dev]