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==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