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:

  1. Create a new conda environment:

conda create -n prolint python=3.10
  1. Activate the newly created environment:

conda activate prolint
  1. Install prolint via pip:

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.