Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 807 Bytes

INSTALLATION.rst

File metadata and controls

41 lines (24 loc) · 807 Bytes

Installation

(You are using a virtualenv, right?)

At the command line, install riko using either pip (recommended)

pip install riko

or easy_install

easy_install riko

Detailed installation instructions

If you have virtualenvwrapper installed, at the command line type:

mkvirtualenv riko
pip install riko

Or, if you only have virtualenv installed:

virtualenv ~/.venvs/riko
source ~/.venvs/riko/bin/activate
pip install riko

Otherwise, you can install globally:

pip install riko