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

Commit

Permalink
remove requirement.txt and related docs entry
Browse files Browse the repository at this point in the history
  • Loading branch information
bipin0x01 committed Feb 20, 2022
1 parent 2aa2a96 commit d647325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

0 comments on commit d647325

Please sign in to comment.