2.1. Installing Artron

Artron is available on PyPI, so you can use pip:

$ pip install artron

Alternatively, if you don’t have setuptools installed, download it from PyPi and run

$ python setup.py install

To use the bleeding-edge version of Artron, you can get the source from GitHub and install it as above:

$ git clone git://github.com/ahmet2mir/artron
$ cd artron
$ python setup.py install