Skip to content

Latest commit

 

History

History
83 lines (54 loc) · 2.84 KB

File metadata and controls

83 lines (54 loc) · 2.84 KB

Open Source PyMOL for Windows

Open source PyMOL is available free of charge. A pre-compiled open source PyMOL is available free from Christoph Gohlke of the Department of Biomedical Engineering, University of California, Irvine.

This repository provides a method to install PyMOL v3.2 on Windows. If necessary, a portuguese version of this guide is available here.

Download & Installation

Follow these steps to install PyMOL v3.2:

  1. Install the latest version of Python (v3.13.x) for Windows from here.

Note: Make sure the option to add environment variables is selected or add the folder of python.exe to system PATH.

  1. Install required Python packages
python -m pip install numpy
python -m pip install pmw
python -m pip install pyqt5
  1. Download pre-compiled Open-Source PyMOL wheel files, compatible with Python 3.13 and Windows 64-bit, from the links below:

Note: You can check Python version on anaconda by typing python --version.

If you are using a different Python version or Windows 32-bits, please there are other pre-compiled versions here.

The filename structure is the following:

pymol‑3.2.0a0‑cp313‑cp313‑win_amd64.whl
         \         \          \
          \         \          \___ for 64 bit Windows
           \         \
            \         \____________ for Python 3.13.x
             \
              \____________________ PyMOL version 3.2.0a0
  1. Install wheel files

In the CMD window (not PowerShell!), switch to download directory (C:\Users\<Your Username>\Downloads):

cd Downloads

Then, install pymol_launcher-3.2.0a0-cp313-cp313-win_amd64.whl by typing:

python -m pip install --no-index --find-links="%CD%" pymol_launcher-3.2.0a0-cp313-cp313-win_amd64.whl

Finally, to install pymol-3.2.0a0-cp313-cp313-win_amd64.whl, run:

pip install --upgrade --no-deps pymol-3.2.0a0-cp313-cp313-win_amd64.whl

Note: If you downloaded different files in Step 4, replace pymol_launcher-3.2.0cp313-cp313-win_amd64.whl and pymol-3.2.0a0-cp313-cp313-win_amd64.whl by the downloaded wheel files.

  1. Launch PyMOL v3.2

In the CMD window (not PowerShell!), run:

where.exe pymol
pymol

Then, PyMOL v3.2 will be launched and ready to go.

  1. (Optional) Create a shortcut to PyMOL
where.exe pymol

The location of pymol.exe will be displayed. Navigate to the file location, right-click on PyMOL.exe, and copy it to your Desktop.