Assignment 1- On Basic Python.
For downloading the Assignment, follow the instructions given below:
-
Create an account on github.
-
Press the
forkbutton on the upper right corner, it will create a copy of the repo in your github account. -
If you are a Ubuntu User-Open Terminal or Windows User-Open command prompt.
-
Move to the required directory/folder where you want your Assignment to be downloaded using
cdcommand.- Example:
cd XYZ/ABC, where folderABCis inside folderXYZ.
- Example:
-
After reaching to the destination folder, use the following command which is used to download the repository using
giton your local machine:-
Now, open the copy of repository that you have forked in your github account.
-
Press the Green button[
Clone or Download] on the upper right corner. -
COPY the URL that appears after clicking the button.
-
Open Terminal/cmd and use
git clone "paste the copied url without quotations" -
Press Enter and the Assignment will be downloaded in the required Folder.
-