From eea50b9b2c6963e7b0f5cdb3fda3684c51958533 Mon Sep 17 00:00:00 2001 From: am97 Date: Sun, 23 Feb 2020 19:27:39 +0100 Subject: Misc small updates (#536) --- docs/installation.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/installation.rst') diff --git a/docs/installation.rst b/docs/installation.rst index 5084a32..4994499 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -17,7 +17,7 @@ Requirements «Ihatemoney» depends on: -* **Python**: either 2.7, 3.4, 3.5, 3.6 will work. +* **Python**: either 3.5, 3.6 or 3.7 will work. * **A Backend**: to choose among MySQL, PostgreSQL, SQLite or Memory. * **Virtualenv** (recommended): `virtualenv` package under Debian/Ubuntu. @@ -231,6 +231,8 @@ A volume can also be specified to persist the default database file:: docker run -d -p 8000:8000 -v /host/path/to/database:/database ihatemoney +If you want to run the latest version, you can pass `-e NIGHTLY="true"`. + Additional gunicorn parameters can be passed using the docker ``CMD`` parameter. For example, use the following command to add more gunicorn workers:: -- cgit v1.1