pip3 install -r requirements.txt
Step 2. Edit the 'demats.txt' file and add all the accounts' information each account separated by a line break and each information separated by commas ','
Bipin Thapa,DP-ID,USERNAME,PASSWORD,CRN,TXN-PIN
python3 ./main.py
Note: Use pip and python instead of pip3 and python3 respectively If you are not using python3+