diff --git a/docs/installation.rst b/docs/installation.rst index 8ae9ee107eac58f1a56c16e67cc477944b7f29a0..47b6cb403827499bbccdcf4efa8658705e4dfc11 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -8,9 +8,11 @@ Django Pydenticon can be installed through one of the following methods: Requirements ------------ -The main external requirement for Django Pydenticon is the `Pydenticon -`_ library, which is used for generating -the identicons. +Django Pydenticon depends on the following Python packages: + +* `Django https://www.djangoproject.com/`_ web framework. +* `Pydenticon `_ library, which is used for generating + the identicons. Using pip ---------