From 6a24e88d9ab5a98d406b549183045ab9629dd9e3 Mon Sep 17 00:00:00 2001 From: kevgliss Date: Tue, 22 Sep 2015 10:22:12 -0700 Subject: [PATCH] removing pip install instructions until available --- docs/quickstart/index.rst | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/docs/quickstart/index.rst b/docs/quickstart/index.rst index 35a0b2a8..564bc3b1 100644 --- a/docs/quickstart/index.rst +++ b/docs/quickstart/index.rst @@ -56,23 +56,6 @@ And optionally if your database is going to be on the same host as the webserver $ sudo apt-get install postgres -Installing Lemur ----------------- - -Once you've got the environment setup, you can install Lemur and all its dependencies with -the same command you used to grab virtualenv:: - - pip install -U lemur - -Once everything is installed, you should be able to execute the Lemur CLI, via ``lemur``, and get something -like the following: - -.. code-block:: bash - - $ lemur - usage: lemur [--config=/path/to/settings.py] [command] [options] - - Installing from Source ~~~~~~~~~~~~~~~~~~~~~~