1. SSH connection to your Raspberry Pi(e.g. PuTTy)
2. Install Git on your Raspberry Pi
1. `git clone https://github.com/priya390/Raspberry-Pi-LED-Blinking-in-Python`
2. `cd Raspberry-Pi-LED-Blinking-in-Python`
3. `sudo python main.py`
Change pin number in this line as per your requirements.
`led = 5 # GPIO pin number is 5 and name is GPIO3`