3
0
Fork 0
wuttjamaican/docs/narr/install/prereqs.rst

26 lines
502 B
ReStructuredText
Raw Normal View History

2023-11-24 17:32:45 -06:00
Prerequisites
=============
Wuttjamaican requires Python, and optionally a database of some sort.
Python
------
Currently at least Python 3.8 is required.
2023-11-24 17:32:45 -06:00
Also note, Python 3.11 is the newest version being tested so far.
See also https://endoflife.date/python
Database
--------
If you need an :term:`app database` then you will also need the
backend and/or libraries to support that.
2023-11-24 17:32:45 -06:00
The recommendation is to use PostgreSQL but this is further documented
elsewhere; see :ref:`create-appdb`.