Installation guide

A working python 3 installation is required (versions >=3.7 are possible).

It is highly recommended to use this module in combination with Ipython and jupyter. They come shipped by default with the anaconda3 installer.

Unix

There are packaged versions on PyPi and conda-forge.

For the packaged version from PyPi, the following commands have to be executed:

pip install chemcoord

For the packaged version from conda-forge, the following commands have to be executed:

conda install -c conda-forge chemcoord

For the up to date development version (experimental):

git clone https://github.com/mcocdawc/chemcoord.git
cd chemcoord
pip install .

Windows

Neither installation nor running the module are tested on windows. To the best of my knowledge it should work there as well. Just use the same steps as for UNIX.