From ecfbee6c499c450fa21b54d4cc2d01a78b177859 Mon Sep 17 00:00:00 2001 From: Bart van der Schoor Date: Tue, 5 Mar 2024 09:14:14 +0100 Subject: [PATCH] Removed mention of docs in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 019375f..abb4a5a 100644 --- a/README.rst +++ b/README.rst @@ -187,7 +187,7 @@ To install and develop the library locally, use:: .. code-block:: bash - pip install -e .[tests,coverage,docs,release] + pip install -e .[tests,coverage,release] When running management commands via ``django-admin``, make sure to add the root directory to the python path (or use ``python -m django ``):