aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRémy HUBSCHER <hubscher.remy@gmail.com>2020-04-21 10:30:13 +0200
committerGitHub <noreply@github.com>2020-04-21 10:30:13 +0200
commit5d3266873eb4892dc2e5b9da499532d1ad013197 (patch)
treeee25876f1b1f1d2ec66859ee8162c9bc479ff24b /docs
parent026a0722357d74b143ed2d974ad2d871a56041b3 (diff)
downloadihatemoney-mirror-5d3266873eb4892dc2e5b9da499532d1ad013197.zip
ihatemoney-mirror-5d3266873eb4892dc2e5b9da499532d1ad013197.tar.gz
ihatemoney-mirror-5d3266873eb4892dc2e5b9da499532d1ad013197.tar.bz2
Update known working set. (#558)
* Update known working set. * Pin dependencies in setup.cfg. * Cleanup Makefile. * Try the python_version trick.
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index b053f8b..5cff063 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -2,7 +2,7 @@ Contributing
############
Set up a dev environment
-=======================
+========================
You must develop on top of the Git master branch::
@@ -23,10 +23,8 @@ install dependencies, and run the test server.
The hard way
------------
-Alternatively, you can also use the `requirements.txt` file to install the
-dependencies yourself. That would be::
+Alternatively, you can use pip to install dependencies yourself. That would be::
- pip install -r requirements.txt
pip install -e .
And then run the application::