aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJosé Antonio de la Torre <jose.torre.heras@gmail.com>2019-10-14 23:16:11 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2019-10-14 23:28:44 +0200
commit2758b46983aa1969dbef4976c48530ed582c3162 (patch)
tree5612521152cf814e78bb09ef16e8d5f44fd5bf6a /docs
parent94e83306c344c47d49a5dc440df6d10d9a007172 (diff)
downloadihatemoney-mirror-2758b46983aa1969dbef4976c48530ed582c3162.zip
ihatemoney-mirror-2758b46983aa1969dbef4976c48530ed582c3162.tar.gz
ihatemoney-mirror-2758b46983aa1969dbef4976c48530ed582c3162.tar.bz2
Added install of ihatemoney module to documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 9d824aa..6c656b1 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -27,6 +27,7 @@ Alternatively, you can also use the `requirements.txt` file to install the
dependencies yourself. That would be::
pip install -r requirements.txt
+ pip install .
And then run the application::