summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index d1c7419..f71a9ff 100644
--- a/README.txt
+++ b/README.txt
@@ -127,6 +127,10 @@ or
$ cp django-patch/html_parser.py ~/.local/lib/python3.8/site-packages/django/utils/
if you didn't use sudo when installing everything using pip.
+or if you are using a venv, and you are using python3.7 in it, then
+
+$ cd <venv directory>
+$ cp <troggle>/django-patch/html_parser.py lib/python3.7/site-packages/django/utils/html_parser.py
that's it.
Testing the django installation