Installation
============
.. image:: _static/logo.svg
Install it using pip:
.. code-block:: bash
$ pip install PyMOL-PUB
Or you can also install it from source.
.. code-block:: bash
$ git clone https://github.com/BGI-SynBio/PyMOL-PUB.git
$ cd PyMOL-PUB
$ pip install -r requirements.txt
$ python setup.py install develop --user
The tool requires `Python >= 3.7.3 `_.
As the foundation of this tool, we require version of PyMOL equal to 2.5.0.
Please refer to the `official website `_ for installation protocol details.
In addition, some dependent libraries listed
in the `requirements file `_.