From 2758b46983aa1969dbef4976c48530ed582c3162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Antonio=20de=20la=20Torre?= Date: Mon, 14 Oct 2019 23:16:11 +0200 Subject: [PATCH] Added install of ihatemoney module to documentation --- docs/contributing.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contributing.rst b/docs/contributing.rst index 9d824aa8..6c656b17 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::