diff --git a/README.md b/README.md index 588282f..82bbc43 100644 --- a/README.md +++ b/README.md @@ -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` +
OR + * `easy_install pexpect` + * `easy_install keyring`