summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-27 04:39:37 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-27 04:39:37 -0800
commit532a26dcfcd791deb98837a4429e26abe3b3e1b7 (patch)
treecb09a2382c761f3ded23acdc464b2ca40ffac847
parent81f4a4893ca1b6754de50b47bb53c4e3cbb714c8 (diff)
downloadpastedeploy-git-532a26dcfcd791deb98837a4429e26abe3b3e1b7.tar.gz
update installation instructions
-rw-r--r--docs/index.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 66fa9e9..9b4d1b9 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -72,17 +72,17 @@ Then you can install Paste Deployment using `pip <https://pypi.org/project/pip/>
.. code-block:: bash
- sudo pip install PasteDeploy
+ pip install PasteDeploy
If you want to track development, do:
.. code-block:: bash
- hg clone http://bitbucket.org/ianb/pastedeploy
+ git clone https://github.com/Pylons/pastedeploy
cd pastedeploy
- sudo python setup.py develop
+ pip install -e .
-This will install the package globally, but will load the files in the
+This will install the package locally, and will load the files in the
checkout. You can also simply install ``PasteDeploy==dev``.
For downloads and other information see the `Cheese Shop PasteDeploy