Skip to content
espenak edited this page Mar 13, 2012 · 1 revision

Install the library

The easiest method is to install it using:

$ sudo easy_install devilryrestfullib

Manual install

1 - Download

Download the zip or clone the git repository from from the repository page.

2 - Add to PYTHONPATH

  • Make sure the directory (containing examples/, setup.py, ...) is named devilryrestfullib.
  • Put the library somewhere. E.g: ~/pythonlibs/devilryrestfullib.
  • Add the directory containing devilryrestfullib to the PYTHONPATH environment variable. E.g: export PYTHONPATH="~/pythonlibs/".

Clone this wiki locally