diff options
author | Kali Kaneko <kali@leap.se> | 2017-08-15 19:34:57 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-08-30 16:18:02 -0400 |
commit | 8d1ff2f0e4ec1ce86051bbe7121dbb9e1ca00de7 (patch) | |
tree | 0e40ba5f99d42e821e4ecbdd914812d7817e43d1 /README.rst | |
parent | 38871c56726b32126c7838ff8e4dbf1222082a15 (diff) |
[docs] add ability to upgrade an existing virtualenv
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |