aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToover <toover@toover.me>2017-04-15 19:31:35 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2017-04-15 19:31:35 +0200
commit4ea5158a7085261c3366eab8ce225b895a54c3ad (patch)
treea396e8eb739add09573130fa62686c351945077c
parentcdf903383a0fb2df08f40310bbbe3659362184e1 (diff)
downloadihatemoney-mirror-4ea5158a7085261c3366eab8ce225b895a54c3ad.zip
ihatemoney-mirror-4ea5158a7085261c3366eab8ce225b895a54c3ad.tar.gz
ihatemoney-mirror-4ea5158a7085261c3366eab8ce225b895a54c3ad.tar.bz2
Update the README with additional requirements and information (#202)
Without this information, I really could not understand where to go next.
-rw-r--r--README.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 76d1633..b9baa11 100644
--- a/README.rst
+++ b/README.rst
@@ -16,10 +16,15 @@ LICENSE for more details).
Make it run!
============
-To make it run, you just have to do use the serve command::
+With a `Python 3 <https://www.python.org/>` environment,
+`pip <https://pypi.python.org/pypi/pip/>` and
+`virtualenv <https://pypi.python.org/pypi/virtualenv>` installed,
+you just have to run the following command::
$ make serve
+This will run a Flask app available at `http://localhost:5000`.
+
It is also better to actually turn the debugging mode on when you're
developing. You can create a `settings.py` file in the `budget` directory, with
the following content::