diff options
| author | Rémy HUBSCHER <remy@chefclub.tv> | 2019-02-20 15:52:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-20 15:52:52 +0100 |
| commit | 70f9b045487aae66bd813444d62bdd504a6e04d8 (patch) | |
| tree | 5e8e9d37455c3b3abcd1f5b0be64547fd64761b1 /docs/contributing.rst | |
| parent | fc55834a545231f7614a34ee750a2a5639fc6c2e (diff) | |
| download | ihatemoney-mirror-70f9b045487aae66bd813444d62bdd504a6e04d8.zip ihatemoney-mirror-70f9b045487aae66bd813444d62bdd504a6e04d8.tar.gz ihatemoney-mirror-70f9b045487aae66bd813444d62bdd504a6e04d8.tar.bz2 | |
Update contributing.rst
Diffstat (limited to 'docs/contributing.rst')
| -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: |
