summaryrefslogtreecommitdiffstats
path: root/docs/gnu.rst
blob: fbb2cbee2ff0b4b49c31dd31fb20be98c11a4fc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
============
on gnu/linux
============

.. highlight:: bash

Install ``virtualenv`` and python dev. package.

On a Debian based distribution, do::

    # aptitude install virtualenv python-dev

See :doc:`setup-combox` for setting up combox in ``develop`` mode.