diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |