Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
fixed up the install doc a bit and appended keychain to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
uberj committed Apr 30, 2013
1 parent a50ca80 commit 0a15451
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Expand Up @@ -14,6 +14,11 @@ Notes On Installing
sudo pip install -r requirements.txt
sudo python setup.py install

An optional package (though highly recommend and included in
``requirements.txt``) is ``keychain``. If you need to use ``invtool`` without
it, remove it from ``requirements.txt`` and store your ldap password in
plaintext.

``invtool`` requires you to store your ldap username in a clear text
configuration file. Your ldap password can be stored either in plaintext in the
same file or else in the system keyring. In order to use the keyring you need
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
@@ -1,3 +1,4 @@
requests
simplejson
argparse
keyring

0 comments on commit 0a15451

Please sign in to comment.