# Replace $MULTICOM4_INSTALL_DIR with your MULTICOM4 installation directory bash $MULTICOM4_INSTALL_DIR/tools/alphafold-v2.3.2/scripts/download_all_data.sh <YOUR ...
Create a virtual environment named maniptrans with Python 3.8. Note that IsaacGym only supports Python versions up to 3.8. conda create -y -n maniptrans python=3.8 conda activate maniptrans pip ...