summaryrefslogtreecommitdiffstats
path: root/docs/setup-combox.rst
blob: d189d676319c836469cc2a4a4a2fdb5c9b3687e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
=============
setup combox
=============

.. highlight:: bash

Get the latest copy of combox::

    $ git clone git://ricketyspace.net/combox.git

Setup virtual environment::

    $ cd combox
    $ virtualenv .

Activate the virtual environment::

    $ source bin/activate

Install combox in ``develop`` mode::

    $ python setup.py develop

Always make sure that the virtual environment is activated before
running combox. To activate virtual environment, do::

    $ cd path/to/combox
    $ source bin/activate