summaryrefslogtreecommitdiffstats
path: root/docs/gnu.rst
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-12-22 15:21:13 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-12-22 15:21:13 -0500
commit9c9988f28a8a0efb444a63827476b16fdf3cfa10 (patch)
treecc1c82acadd6b299b525cedfb1dabc3d9a7364ba /docs/gnu.rst
parent22335fc4e71de5c4ceefbd5e502a15ad285740cf (diff)
Added docs/ (uses sphinx).
Most of what was in README.rst was moved to docs/
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.