Installation Guide

You need a working python (both python2 and 3) installation together with some standard modules. You can use for example the anaconda3 installer.

The advantage of the anaconda3 installer is that you get a lot of additional modules and programs, that make it really easy to work with python. For example Ipython and the jupyter notebooks. I highly recommend to use those.

Unix

Just type in your terminal:

pip install chemcoord

This should also resolve all dependencies automatically.

Windows

I tested neither installation nor running the module on windows. As far as I know it should work as well if you use the pip manager. If you get it installed and running, please report it on the Github page.