Installation of openSAMPL
Installation for Users
- Ensure you have Python 3.9 or higher installed
- Pip install the latest version of openSAMPL:
pip install opensampl
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