diff --git a/README.md b/README.md index 4f46c237ed72bc5e29f4be6003180ba5985ee873..b1ec4cbf2acd08d40c9311f6a75fef0ddc524590 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ This is the code for the public webpage for VIPS. It should be adaptable enough to suit many organizations. -Programming language is Python 2.7 and the web framework is currently Django 1.10 \ No newline at end of file +The programming language is Python >= 3.6 and the web framework is currently Django 3.1 + +Running with mod_wsgi + +If running on e.g. Ubuntu 18, please remember to install the libapache2-mod-wsgi-py3 and not the libapache2-mod-wsgi package \ No newline at end of file