PyMOL is a molecular graphics system with an embedded Python interpreter designed for real-time visualization and rapid generation of high-quality molecular graphics images and animations.
PyMOL is a molecular graphics system with an embedded Python interpreter designed for real-time visualization and rapid generation of high-quality molecular graphics images and animations.
To install pymol, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pymol
To see what files were installed by pymol, run:
port contents pymol
To later upgrade pymol, run:
sudo port selfupdate && sudo port upgrade pymol
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.