+ 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
1 Respuesta
+ 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