diff options
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/installation.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/administration/installation.rst b/doc/administration/installation.rst index a7c5c27..13e03b5 100644 --- a/doc/administration/installation.rst +++ b/doc/administration/installation.rst @@ -9,13 +9,14 @@ Requirements Fietsboek has the following requirements: * A Linux system -* Python 3.10 or later +* Python 3.11 or later * A `redis <https://redis.com/>`__ server * (Optionally) an SQL database server: + * `PostgreSQL <https://www.postgresql.org/>`__ Other systems (such as BSD as operating system, or MariaDB as SQL server) might -work, but it is not tested. +work, but are not tested. In addition, if you run on a different interpreter than CPython, you might need a working Rust toolchain (``rustc`` and ``cargo``) installed. This is because |