From fa943b48318dfc123156283d902c0e0b8f06464a Mon Sep 17 00:00:00 2001 From: imacat Date: Thu, 24 Nov 2022 07:43:07 +1100 Subject: [PATCH] Added the installation instructions to README.rst. --- README.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.rst b/README.rst index 98c9358..8ed47e8 100644 --- a/README.rst +++ b/README.rst @@ -16,6 +16,27 @@ modules that work with different authentication mechanisms. .. _Flask-Login: https://flask-login.readthedocs.io +Installation +============ + +It's suggested that you install with ``pip``: + +:: + + pip install flask-digest-auth + +You may also install from the latest source from the +`flask-digest-auth Github repository`_. + +:: + + git clone git@github.com:imacat/flask-digest-auth.git + cd flask-digest-auth + pip install . + +.. _flask-digest-auth Github repository: https://github.com/imacat/flask-digest-auth + + Flask-Digest-Auth Alone =======================