From 9c9988f28a8a0efb444a63827476b16fdf3cfa10 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Tue, 22 Dec 2015 15:21:13 -0500 Subject: Added docs/ (uses sphinx). Most of what was in README.rst was moved to docs/ --- docs/gnu.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/gnu.rst (limited to 'docs/gnu.rst') 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. -- cgit v1.2.3