From 94d845f4450bf0684b9592a560d023fc1222ac88 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Thu, 6 Jun 2024 13:22:13 +0200 Subject: [PATCH] Update README --- docs/install.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/install.md b/docs/install.md index cd7afa1e..8628e054 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,9 +1,10 @@ # Installation and configuration ## Requirements -The system has been tested and found to run well on Ubuntu >= 18 -* The programming language is Python >= 3.6 -* The web framework is currently [Django 3.1](https://docs.djangoproject.com/en/3.1/) +The system has been tested and found to run well on Ubuntu >= 22 +* The programming language is Python >= 3.8 +* The web framework is currently [Django 4.2](https://docs.djangoproject.com/en/4.2/) * Apache web server with mod_wsgi compiled for Python 3 +* memcached ## Install and setup 1. Install and activate a virtual Python environment -- GitLab