Installation

Stable release

To install luci, run this command in your terminal:

$ pip install luci

This is the preferred method to install luci, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for luci can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/makkus/luci

Or download the tarball:

$ curl  -OL https://github.com/makkus/luci/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install

Using inaugurate

inaugurate is a generic bootstrap script that can, among other things, install python packages in it’s own conda or virtualenv (in the users home directory):

Using conda

$ curl https://inaugurate.sh | NO_EXEC=true bash -s -- luci

Using virtualenv

$ curl https://inaugurate.sh | sudo NO_EXEC=true bash -s -- luci