DasLab / draw_rna

Draw RNA secondary structures in python.
MIT License
38 stars 14 forks source link

Install with setup.py and .gitignore build artifacts #1

Closed everyday847 closed 4 years ago

everyday847 commented 4 years ago

Also, we should git remove any .pyc files; they're local binaries resulting from module imports. No value to versioning them.

Just run python setup.py install to, well, do that. Then it will Just Work, with the python you ran with.

everyday847 commented 4 years ago

Note that this is a PR into the matplotlib branch.