summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-03-30 02:17:08 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2022-03-30 02:17:08 +0100
commitdddb9b1f57d98afc14a92a7ee28259edfaf0c07e (patch)
tree8e26fcab9c8651093931562b19b186fe6b8f2d1c /README.txt
parent7f16bca7f7fdba13267af8724b63396dea6d07da (diff)
downloadtroggle-dddb9b1f57d98afc14a92a7ee28259edfaf0c07e.tar.gz
troggle-dddb9b1f57d98afc14a92a7ee28259edfaf0c07e.tar.bz2
troggle-dddb9b1f57d98afc14a92a7ee28259edfaf0c07e.zip
Struggling to use venv pip with WSL2 Ubuntu-20.04
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index e6d8842..dff42e3 100644
--- a/README.txt
+++ b/README.txt
@@ -49,8 +49,8 @@ Follow the instructions contained in the file to fill out your settings.
Python3, Django, and Database setup
-----------------------------------
-We are now using Django 2.2.19
-We are installing with python3.7
+We are now using Django 2.2.19 and will move to 3.2 shortly
+We are installing with python3.9
Install Django using pip, not with apt, on your test system.
Conventionally on our main master expo server we install everything that we can as debian packages, not using pip.