diff options
| -rw-r--r-- | docs/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 0350f01..198af72 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: |
