From c5ab014ad5ca4d1f13cf1a776b5dff23e107e8de Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 6 Dec 2016 00:12:07 +0100 Subject: [PATCH] properly format "pip install passlib" as code --- docsite/rst/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/faq.rst b/docsite/rst/faq.rst index a15f5fad6e..d567fd8af9 100644 --- a/docsite/rst/faq.rst +++ b/docsite/rst/faq.rst @@ -268,7 +268,7 @@ The mkpasswd utility that is available on most Linux systems is a great option:: If this utility is not installed on your system (e.g. you are using OS X) then you can still easily generate these passwords using Python. First, ensure that the `Passlib `_ -password hashing library is installed. +password hashing library is installed:: pip install passlib