mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Update the README with additional requirements and information (#202)
Without this information, I really could not understand where to go next.
This commit is contained in:
parent
cdf903383a
commit
4ea5158a70
1 changed files with 6 additions and 1 deletions
|
@ -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::
|
||||
|
|
Loading…
Reference in a new issue