summaryrefslogtreecommitdiffstats
path: root/docs/setup-combox.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/setup-combox.rst')
-rw-r--r--docs/setup-combox.rst28
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/setup-combox.rst b/docs/setup-combox.rst
deleted file mode 100644
index d189d67..0000000
--- a/docs/setup-combox.rst
+++ /dev/null
@@ -1,28 +0,0 @@
-=============
-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