From 0438cf91c6f5a03e50478bc8af0ea3caea630352 Mon Sep 17 00:00:00 2001 From: Jens Kleineheismann Date: Thu, 10 Apr 2025 12:41:37 +0200 Subject: [PATCH] Fixed small errors in INSTALL.txt --- INSTALL.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index bb3207e..ac03e22 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -10,11 +10,11 @@ For production use you surly want a real web server that supports WSGI QUICK INSTALLATION FOR THE IMPATIENT ==================================== -- python -m venv ./etc/python +- python -m venv ./env/python - source env/python/bin/activate - python -m pip install -r requirements.txt - python -m pip install -e . -- django-dav-events-admin setup ./env/django +- django-dav-admin setup ./env/django - python ./env/django/manage.py enable_module dav_auth - python ./env/django/manage.py enable_module dav_events - python ./env/django/manage.py enable_module dav_registration