download and install github code example
Example 1: download github repository
git clone https://github.com/username/project-name.git
Example 2: install github
#First, open up Command Prompt for Windows or Terminal for Mac.
#Second, find the GitHub page you want.
#Third, go into Command Prompt or Terminal and copy paste this code:
pip install git+___________
#Fourth, hit clone or download and copy the URL there.
#Fifth, Replace the ___________ with the URL you copied.