18  Appendix: PyMol for BSF

Install Python

This installation procedure includes python and few other tools that you will also need later in the semester:

  1. Click the clipboard icon at the right end of the box below to copy the command to your clipboard.
  2. Open your Terminal application.
  3. Paste the command into the Terminal window and press Enter. You will be prompted several times for either your user password or permissions of the installed apps.
curl -fsSL http://munch-group.org/franklin/installers/install.sh | bash -s -- --role student --yes
  1. Click the clipboard icon at the right end of the box below to copy the command to your clipboard.
  2. Open your PowerShell application.
  3. Paste the command into the PowerShell window and press Enter. You will be prompted several times to allow the app to make changes to your computer.
 powershell -ExecutionPolicy ByPass -c "irm -useb  http://munch-group.org/franklin/installers/install.ps1" > finst.ps1 ; powershell .\finst.ps1 -Role student -Yes ; rm .\finst.ps1

Install PyMol

  1. Create a folder on your computer dedicated to the BSF course. Let’s say you call it ‘BSF’ and put it in your ‘Documents’ folder.
  2. Open your Terminal application, and navigate to that folder using cd (something like cd Documents and then cd BSF).
  3. Once you are in the ‘BSF’ folder, paste the command into the Terminal window and press Enter. You will be prompted several times for either your user password or permissions of the installed apps.
pixi init --platform osx-64 -c conda-forge -c anaconda -c schrodinger && pixi config set --local run-post-link-scripts insecure && pixi add pyqt "pymol-bundle=3.1" "vtk-m=1.8"
  1. Create a folder on your computer dedicated to the BSF course. Let’s say you call it ‘BSF’ and put it in your ‘Documents’ folder.
  2. Open your PowerShell application, and navigate to that folder using cd (something like cd Documents and then cd BSF).
  3. Once you are in the ‘BSF’ folder, paste the command into the PowerShell window and press Enter. You will be prompted several times to allow the app to make changes to your computer.
pixi init -c conda-forge -c anaconda -c schrodinger && pixi config set --local run-post-link-scripts insecure && pixi add pyqt "pymol-bundle=3.1" "vtk-m=1.8"

Running PyMol

In your BSF folder, run:

pixi run pymol