From: Steven Tobin Date: Mon, 2 Jun 2014 11:58:06 +0000 (+1000) Subject: added pip install instructions to README X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ab6537f3b244af62bb0c80a3e3609658062604be;p=redacted-XKCD-password-generator.git added pip install instructions to README --- diff --git a/README.rst b/README.rst index 9526718..0c6fbe0 100644 --- a/README.rst +++ b/README.rst @@ -1,15 +1,15 @@ -| A simple command line script that generates XKCD-style multiword -passwords/passphrases. -| Inspired by http://xkcd.com/936/ +| A simple command line script that generates XKCD-style multiword passwords/passphrases. Inspired by http://xkcd.com/936/ |XKCD password strength| -For more memorable words, we provide a word list -(``static/default.txt``), reproduced with permission from -http://wordlist.sourceforge.net/ +| Install via pip: -A simple example of how the script may be used via ``import`` is also -provided. +``pip install xkcdpass`` + + +For more memorable words, we provide a word list (``static/default.txt``), reproduced with permission from http://wordlist.sourceforge.net/ + +A simple example of how the script may be used via ``import`` is also provided. **Requirements:** Python 2.4+ (Python 3 compatible)