added pip install instructions to README
authorSteven Tobin <steventtobin (at) gmail.com>
Mon, 2 Jun 2014 11:58:06 +0000 (21:58 +1000)
committerSteven Tobin <steventtobin (at) gmail.com>
Mon, 2 Jun 2014 11:58:06 +0000 (21:58 +1000)
README.rst

index 9526718c19b262fdc90c9ad95d64117ba8d251b7..0c6fbe03c8a14bfda87aff5bfdbb654e5f43023f 100644 (file)
@@ -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)
 
git clone https://git.99rst.org/PROJECT