Skip to content

Installing ProDy

Xiaowei Bogetti edited this page Aug 19, 2025 · 1 revision

1. make a new conda environment with a supported python version conda create -n prody python=3.12

2. activate the new conda environment conda activate prody

3a. [preferred] Install through conda conda install -c conda-forge prody

3b. Install through pip pip install prody

4. Enjoy!

Clone this wiki locally