aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVG <vg@devys.org>2016-06-12 20:36:12 +0200
committerVG <vg@devys.org>2016-06-12 20:36:12 +0200
commitd2d9d9d454c4d4f7e171b534141df786afa16e40 (patch)
tree5df75c4dd7f2e52fb00009172f2e6507d24636b0
parent98a69a37bc8e33f3b53b59aa4bd2fb34d9ccc619 (diff)
downloadcliml-d2d9d9d454c4d4f7e171b534141df786afa16e40.tar.gz
climl-d2d9d9d454c4d4f7e171b534141df786afa16e40.tar.bz2
climl-d2d9d9d454c4d4f7e171b534141df786afa16e40.zip
Detail how to upgrade
-rw-r--r--readme.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.rst b/readme.rst
index c153b43..1a27556 100644
--- a/readme.rst
+++ b/readme.rst
@@ -16,10 +16,10 @@ list management, but this mailing list can be deployed in two modes:
Installation
============
-Simply run this::
+Simply run this (same command for upgrading)::
pyvenv venv-climl \
- && venv-climl/bin/pip3 install git+git://git.devys.org/climl
+ && venv-climl/bin/pip3 install --upgrade git+git://git.devys.org/climl
Running it
==========