diff --git a/README.md b/README.md index 8b6c465..b208af6 100644 --- a/README.md +++ b/README.md @@ -28,16 +28,12 @@ On Windows using PowerShell: `.\env\Scripts\Activate.ps1` -### Step 3. Go to the parent directory and run the following commands to install all the pre-requisites. - -`pip3 install -r requirements.txt` - -Step 4. Edit the 'demats.txt' file and add all the accounts' information each account separated by a line break and each information separated by commas ',' +### Step 3. Edit the 'demats.txt' file and add all the accounts' information each account separated by a line break and each information separated by commas ',' #### Example `Bipin Thapa,DP-ID,USERNAME,PASSWORD,CRN,TXN-PIN` -### Step 5. After adding the account info's, execute the following command from the parent directory. +### Step 3. After adding the account info's, execute the following command from the parent directory. `python3 ./main.py` diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 29b0a6c..0000000 --- a/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -selenium -chromedriver_binary \ No newline at end of file