Downloading projects from Github to Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Downloading projects from Github to Python

I just started learning python and want to start a personal project. In Github there are some I would like to try but I'm not sure how to download them and open it on Python. It's asking whether I would like to clone or download it, and when I download it, it just downloads to my desktop and not Python Does anyone know what I am doing wrong and how to get it onto Python? thank you so much

9th Apr 2019, 7:20 PM
David
David - avatar
1 Answer
+ 1
cd in cmd to the directory you want to have it then do git clone then type in the url after that you should be able to start the .py file either with idle or cmd
9th Apr 2019, 11:28 PM
gabrijel2503