diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-03-30 02:17:08 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-03-30 02:17:08 +0100 |
commit | dddb9b1f57d98afc14a92a7ee28259edfaf0c07e (patch) | |
tree | 8e26fcab9c8651093931562b19b186fe6b8f2d1c /README.txt | |
parent | 7f16bca7f7fdba13267af8724b63396dea6d07da (diff) | |
download | troggle-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.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |