Skip to content
Espen Angell Kristiansen edited this page Oct 19, 2013 · 4 revisions

Requirements

  • Python 2.6+

Install

Using GIT

If you have git installed, you just need to run:

$ git clone https://github.com/devilry/devilry-cliscripts.git
$ cd devilry-cliscripts
$ git clone https://github.com/devilry/devilryrestfullib.git

NOTE: You can also install devilryrestfullib using pip install devilryrestfullib.

Using zip files

If you do do not have git installed:

  • Download the devilry-cliscripts zip. Rename the directory you unzip (the one containing period-overview.py) to devilry-cliscripts.
  • Download the devilryrestfullib zip. Rename the directory you unzip (the one containing setup.py) to devilryrestfullib.
  • Put the devilryrestfullib directory inside the devilry-cli.
Clone this wiki locally