From f9196609328661708fe50aade278522e0d3a14e8 Mon Sep 17 00:00:00 2001 From: Toover Date: Mon, 10 Apr 2017 19:22:46 +0200 Subject: [PATCH] Update the README with additional requirements and information Without this information, I really could not understand where to go next. --- README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 76d1633f..14dea7de 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:: +On Linux, with a `Python 3 ` environment, +`pip ` and +`virtualenv ` installed, +you just have to do use the serve 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::