DigitalOcean Cloud Trading Setup

Follow the Video for Proper instruction then go for Code Input and Link:


Signup for DigitalOCean Get free $10 Credits for 60 Days:

https://m.do.co/c/82bbc4706da3


Putty Download MIS Installer:

https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html


How to Create SSH Keys with PuTTY on Windows

https://www.digitalocean.com/docs/droplets/how-to/add-ssh-keys/create-with-putty/


Installation of python3 & install pip3

sudo apt-get install python3


sudo apt-get install python3-pip


if error in pip reinstall by below command :

sudo python3 -m pip uninstall pip && sudo apt install python3-pip --reinstall


Install kiteconnect:

pip3 install kiteconnect


Upgrade after installation for newer version and perfect run:

pip3 install --upgrade kiteconnect