q-doc/install.rst
changeset 0 bc83cf45066d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/q-doc/install.rst	Tue Jan 09 09:21:39 2018 +0100
@@ -0,0 +1,14 @@
+============
+Installation
+============
+
+At the command line::
+
+    easy_install crawler
+
+Or, if you have virtualenvwrapper installed:
+
+.. code-block:: bash
+
+    mkvirtualenv crawler
+    pip install crawler