Skip to content

Installation of openSAMPL

Installation for Users

  1. Ensure you have Python 3.9 or higher installed
  2. Pip install the latest version of openSAMPL:
pip install opensampl==0.2.0

Installation for Developers

Poetry is used for managing dependencies. To install the package in development mode, run the following commands:

# Clone the repository
git clone git@github.com:ORNL/OpenSAMPL.git
cd opensampl
poetry install