summaryrefslogtreecommitdiffstats
path: root/docs/gnu.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gnu.rst')
-rw-r--r--docs/gnu.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/gnu.rst b/docs/gnu.rst
new file mode 100644
index 0000000..fbb2cbe
--- /dev/null
+++ b/docs/gnu.rst
@@ -0,0 +1,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.