-
Notifications
You must be signed in to change notification settings - Fork 1
pymol windows
filips edited this page Oct 6, 2015
·
1 revision
From: https://github.com/igem-waterloo/uwaterloo-igem-2015/wiki/PyMOL-and-PyRosetta-Setup-for-Windows
Adapted from http://www.pymolwiki.org/index.php/Windows_Install#Pre-compiled_PyMOL
- Create a folder (e.g. C:\PyMOL_Install) to hold the files
- From http://www.lfd.uci.edu/~gohlke/pythonlibs/ download:
- pymol-1.7.6.0-cp27-none-win_amd64.whl
- pymol_launcher-1.0-cp27-none-win_amd64.whl
- numpy-1.9.2+mkl-cp27-none-win_amd64.whl
- Pmw-2.0.0-py2-none-any.whl
- Move the files to the folder you created
- Start a command prompt, and move to the directory you saved the files in:
cd C:\PyMOL_Install
- Assuming you added python to you path earlier, run the command:
python -m pip install --no-index --find-link="%CD%" --pre pymol_launcher-1.0-cp27-none-win_amd64.whl
- If there are errors, try installing the
.whl
files in this order:numpy
,Pmw
,pymol-1.7.6.0
,pymol_launcher
- If there are no errors, you should be able start PyMOL using C:\Python27\PyMOL.exe
- Create a shortcut on your desktop to make starting PyMOL easier.
Computer Aided Drug Design @ Politechnika Warszawska, Filip Stefaniak