Installation

Using pip

The simplest way to install Chromalog is to use pip.

Just type the following command in your command prompt:

pip install chromalog

That’s it ! No configuration is needed. Chromalog is now installed on your system.

From source

If you feel in hacky mood, you can also install Chromalog from source.

Clone the Git repository:

git clone git@github.com:freelan-developers/chromalog.git

Then, inside the cloned repository folder:

python setup.py install

And that’s it ! Chromalog should now be installed in your Python packages.

You can easily test it by typing in a command prompt:

python -c "import chromalog"

This should not raise any error (especially not an ImportError).

What’s next ?

Get started or explore Chromalog’s API.