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.
- Go here https://github.com/Nikola-K/erepAPI
- Click “Download zip” on right side
- Extract contents of zip file
- cd to content directory
- python setup.py install
or just put extracted erepapi folder where your script is located and import it.