summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-08-15 19:34:57 -0400
committerKali Kaneko <kali@leap.se>2017-08-30 16:18:02 -0400
commit8d1ff2f0e4ec1ce86051bbe7121dbb9e1ca00de7 (patch)
tree0e40ba5f99d42e821e4ecbdd914812d7817e43d1 /README.rst
parent38871c56726b32126c7838ff8e4dbf1222082a15 (diff)
[docs] add ability to upgrade an existing virtualenv
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index c19dab96..57c973ba 100644
--- a/README.rst
+++ b/README.rst
@@ -113,6 +113,15 @@ debian-based system, you can try::
make dev-bootstrap
+To upgrade regularly the python dependencies installed inside your virtualenv,
+you can run::
+
+ make upgrade-all
+
+inside your virtualenv, and it will install any new version of your
+dependencies that is found in pypi.
+
+
Run headless backend in development mode
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++