From c15fbcacb912a0c9cfe4099f52ce61fd64a241d5 Mon Sep 17 00:00:00 2001 From: Muhammad Wasi Naseer Date: Fri, 2 Oct 2020 01:40:16 +0500 Subject: [PATCH] Updating Readme.md by elaborating the requirements --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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`