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

Problem in installation instructions #11

Closed DeanLight closed 6 years ago

DeanLight commented 6 years ago

in this link https://pypi.org/project/pychimera/0.2.0/ you give the option to install pychimera manually

git clone https://github.com/insilichem/pychimera.git && python pychimera/setup.py install

however the setup script assumes that 'pychimera/platforms' exists relative to it. Therefore, you should fix your installation instruction to include cd-ing to the pychimera directory.

jaimergp commented 6 years ago

Hi, thanks for the feedback.

Latest version is 0.2.4, which does not include any instructions in the PyPI project -- documentation is now available at readthedocs. That said, the installation instructions there have the same problem. I will update it soon.

Thanks, Jaime.