DEBSOURCES
Skip Quicknav
sources / pymol / 2.2.0%2Bdfsg-4 / examples / launching / launch_viewer2.py
123456
# Tell PyMOL we don't want any GUI features and # that we don't even want the command line. import pymol pymol.finish_launching([ 'pymol', '-qxif', '0' ])