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:
- Click the clipboard icon at the right end of the box below to copy the command to your clipboard.
- Open your Terminal application.
- 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
- Click the clipboard icon at the right end of the box below to copy the command to your clipboard.
- Open your PowerShell application.
- 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.
-ExecutionPolicy ByPass -c "irm -useb http://munch-group.org/franklin/installers/install.ps1" > finst.ps1 ; powershell .\finst.ps1 -Role student -Yes ; rm .\finst.ps1 powershell
Install PyMol
- 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.
- Open your Terminal application, and navigate to that folder using
cd
(something likecd Documents
and thencd BSF
). - 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"
- 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.
- Open your PowerShell application, and navigate to that folder using
cd
(something likecd Documents
and thencd BSF
). - 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.
-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" pixi init
Running PyMol
In your BSF folder, run:
pixi run pymol