Installation of Cerium

This part of the documentation covers the installation of Cerium. The first step to using any software package is getting it properly installed.

pip install -U cerium

If you have pip on your system, you can simply install or upgrade cerium:

pip install -U cerium

Get the Source Code

Cerium is actively developed on GitHub, where the code is always available.

You can either clone the public repository:

git clone git@github.com:ffujiawei/cerium.git
cd cerium
python setup.py install

Or, you can download the source distribution from PyPI, unarchive it, and run:

python setup.py install