Skip to content

Commit

Permalink
feat(docs): Update install guide
Browse files Browse the repository at this point in the history
  • Loading branch information
tOgg1 committed Dec 20, 2020
1 parent c814228 commit fa57921
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/guide/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,15 @@ Installation is done with pip (or via wrappers such as pipenv or poetry):
.. code:: bash
pip install django_scoped_permissions
Make sure to add django_scoped_permissions to your INSTALLED_APPS:

.. code:: python
INSTALLED_APPS = [
# ...
"django_scoped_permissions"
# ...
]

0 comments on commit fa57921

Please sign in to comment.