Skip to content

Commit

Permalink
Merge pull request #59 from maykinmedia/fix/readme
Browse files Browse the repository at this point in the history
Removed mention of docs in readme
  • Loading branch information
Bartvaderkin authored Mar 5, 2024
2 parents 58ba97a + ecfbee6 commit 5ca40a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <command>``):
Expand Down

0 comments on commit 5ca40a9

Please sign in to comment.