We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1. make a new conda environment with a supported python version conda create -n prody python=3.12
conda create -n prody python=3.12
2. activate the new conda environment conda activate prody
conda activate prody
3a. [preferred] Install through conda conda install -c conda-forge prody
conda install -c conda-forge prody
3b. Install through pip pip install prody
pip install prody
4. Enjoy!