Skip to content
/ pumas Public

Probabilities and Uncertainties in Multi-objective Assessment and Scoring

License

Notifications You must be signed in to change notification settings

syngenta/pumas

Repository files navigation

pumas

PUMAS

Installation

Create a dedicated python environment for this package with your favorite environment manager.

conda create -n pumas python=3.9
conda activate pumas
  • Option 1: Install the package from the git repository:
pip install git+ssh://[email protected]/syngenta/pumas.git
  • Option 2: Install the package from the python package repository if its url is configured in the pip configuration file:
pip install pumas
  • Option 3: Install the package from the python package repository if its url is not configured in the pip configuration file:
pip install pumas

For Development

When working on the development of this package, the developer wants to work directly on the source code while still using the packaged installation. For that, run:

git clone [email protected]:syngenta/pumas.git
pip install -e pumas/[dev]

About

Probabilities and Uncertainties in Multi-objective Assessment and Scoring

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages