Installation

Building from source

candis is actively developed on GitHub and is always avaliable.

You can clone the base repository with git as follows:

$ git clone git@github.com:achillesrasquinha/candis.git

Optionally, you could download the tarball or zipball as follows:

For Linux Users

$ curl -OL https://github.com/achillesrasquinha/tarball/candis

For Windows Users

$ curl -OL https://github.com/achillesrasquinha/zipball/candis

Install necessary dependencies

$ pip install -r requirements.txt

Then, go ahead and install candis in your site-packages as follows:

$ python setup.py install

Check to see if you’ve installed candis correctly.

>>> import candis