Installation

At the command line either via easy_install or pip:

$ easy_install erepapi
$ pip install erepapi

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv erepapi
$ pip install erepapi

Manual installation

Using git clone:

$ git clone https://github.com/Nikola-K/erepAPI.git
$ cd erepapi
$ python setup.py install

Downloading zip from github.

  1. Go here https://github.com/Nikola-K/erepAPI
  2. Click “Download zip” on right side
  3. Extract contents of zip file
  4. cd to content directory
  5. python setup.py install

or just put extracted erepapi folder where your script is located and import it.