Installation¶
ProLint can be easily installed via pip. To ensure a smooth and isolated installation process, we recommend creating a dedicated conda environment. Please follow the steps below:
Create a new conda environment:
conda create -n prolint python=3.10
Activate the newly created environment:
conda activate prolint
Install
prolintviapip:
python -m pip install prolint
That’s it! You have successfully installed prolint within a controlled and reproducible environment for your biomolecular interaction analyses.
Troubleshooting¶
Warning
ProLint requires MDAnalysis >= 2.4.0. Older versions may have compatibility issues with certain trajectory formats.