-
Notifications
You must be signed in to change notification settings - Fork 1
Install
Sergio Boneta edited this page Oct 7, 2024
·
2 revisions
Either version of PyMOL 2.x or 3.x are supported.
In order to correctly display the plug-in, the library PyQt5 must be installed. Its availability varies between sources of PyMOL:
- Incentive PyMOL: PyQt5 is already installed, no action required.
-
Open-source PyMOL: Usually installed by
pip, but can be ensured to be installed by the commandpython -m pip install pyqt5 --user
PyViewDock is designed to be easily installable.
- Open PyMOL and use it's plugin manager:
Plugin > Plugin Manager > Install New Plugin - Paste this URL to the latest release: https://github.com/unizar-flav/PyViewDock/releases/latest/download/PyViewDock.zip
- Restart PyMOL (although it should not be necessary)
Alternatively, in the step 2, a zip file obtained from the releases section can be provided.
For developers: clone the repository and it to the search path at Plugin Manager > Settings
To update to a newer version, simply follow the same steps described above to install the plug-in. The new version will overwrite the existing one.