diff options
author | VG <vg@devys.org> | 2016-06-12 20:36:12 +0200 |
---|---|---|
committer | VG <vg@devys.org> | 2016-06-12 20:36:12 +0200 |
commit | d2d9d9d454c4d4f7e171b534141df786afa16e40 (patch) | |
tree | 5df75c4dd7f2e52fb00009172f2e6507d24636b0 | |
parent | 98a69a37bc8e33f3b53b59aa4bd2fb34d9ccc619 (diff) | |
download | climl-d2d9d9d454c4d4f7e171b534141df786afa16e40.tar.gz climl-d2d9d9d454c4d4f7e171b534141df786afa16e40.tar.bz2 climl-d2d9d9d454c4d4f7e171b534141df786afa16e40.zip |
Detail how to upgrade
-rw-r--r-- | readme.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ========== |