From 018442cae2de80e6bbcba5c3485be0659dc09d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yago=20Gonz=C3=A1lez?= Date: Sat, 26 May 2018 00:30:38 +0200 Subject: [PATCH] requirements: Improve README's format. --- requirements/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/README.md b/requirements/README.md index b7bf5c246d..43a2f7dd29 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -15,8 +15,8 @@ common and dev are locked. Steps to update a lock file, e.g. to update ipython from 5.3.0 to 6.0.0 in common.in and propagate it to dev.txt and prod.txt: -0. Replace `ipython==5.4.1` with `ipython==6.0.0` in common.in -1. Run './tools/update-locked-requirements' +0. Replace `ipython==5.4.1` with `ipython==6.0.0` in common.in. +1. Run `./tools/update-locked-requirements`. 2. Increase `PROVISION_VERSION` in `version.py`. -3. Run `./tools/provision` to install the new deps and test them +3. Run `./tools/provision` to install the new deps and test them. 4. Commit your changes.