Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 640 Bytes

File metadata and controls

26 lines (16 loc) · 640 Bytes

Installation

First, obtain Python and virtualenv if you do not already have them. Using a virtual environment will make the installation easier, and will help to avoid clutter in your system-wide libraries. You will also need Git in order to clone the repository.

Once you have these, create a virtual environment somewhere on your disk, then activate it:

virtualenv myproject
cd myproject
source bin/activate

Now you can install the related required packages:

pip install ioc