insilichem / pychimera

Use UCSF Chimera Python API in a standard interpreter
http://pychimera.readthedocs.io
GNU Lesser General Public License v3.0
57 stars 10 forks source link

What exactly to do to import chimera module? #19

Open johnnytam100 opened 11 months ago

johnnytam100 commented 11 months ago

In a google colab notebook, I did :

!pip install pychimera
import chimera

image

giving the error ModuleNotFoundError: No module named 'chimera'

May I know what exactly to do to import chimera module?

jaimergp commented 11 months ago

You'll need to install Chimera separately before pychimera.