From 70f9b045487aae66bd813444d62bdd504a6e04d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Wed, 20 Feb 2019 15:52:52 +0100 Subject: [PATCH] Update contributing.rst --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 0350f01c..198af724 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -158,7 +158,7 @@ In order to prepare a new release, we are following the following steps: .. code-block:: bash - $ pip freeze | grep -v -- '-e' > requirements.txt + $ make build-requirements Once this is done, use the "release" instruction: