From 8d1ff2f0e4ec1ce86051bbe7121dbb9e1ca00de7 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 15 Aug 2017 19:34:57 -0400 Subject: [docs] add ability to upgrade an existing virtualenv --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.rst') 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 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -- cgit v1.2.3