Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ to automate login via username and password.

Your password will be stored in the appropriate keyring backend. (e.g. Keychain on Mac OS X)

Requires:

* Python
* pip (or easy_install)
* pip install pexpect
* pip install keyring

Requirements:

1. First, install Python2 by downloading from [here](https://www.python.org/downloads/).
2. Then, you need to install following modules either using `pip` or `easy_install`.
* `pip install pexpect`
* `pip install keyring`
<br/>OR
* `easy_install pexpect`
* `easy_install keyring`