Install SMRT
Option 1: Install the latest stable SMRT package
To get started with SMRT, you will need to install the latest stable version.
pip install smrt
Option 2: Install the development version
If you need features that are still under development, you may want to install the latest developers’ version of SMRT.
Make sure you have activated a virtual environment so that you do not get conflicts with another installed version of smrt. This can be done for example with pixi (https://pixi.prefix.dev/latest/concepts/conda_pypi/), conda (https://docs.conda.io/) or venv (https://docs.python.org/3/library/venv.html). Most IDE have their own way of generating virtual environments, which may be easier than using venv.
pip install git+https://github.com/smrt-model/smrt
If you need to install an editable version, please refer to the Developers’ Guidelines.