Skip to content

Commit

Permalink
mention requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Dec 29, 2020
1 parent 023e7a0 commit 8b873a3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/source/acme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ standard ACME clients.
Support for ACME is preliminary and must be explicitly activated. Several features are not yet implemented.
Use this feature only with the necessary caution.

*****************************
Install required dependencies
*****************************

The Docker image already includes all required dependencies, so there is nothing you need to do.

If you install **django-ca** via pip, you can install all required dependencies using the ``acme`` extra:

.. code-block:: console
$ pip install django-ca[acme]
If you want to install dependencies manually, you need `acme <https://pypi.org/project/acme/>`_ and `requests
<https://pypi.org/project/requests/>`_ (for challenge validation).


*********************
Enable ACMEv2 support
*********************
Expand Down

0 comments on commit 8b873a3

Please sign in to comment.