You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
## How?
12
12
13
13
- Fork the repository by clicking on the `Fork` button on the upper right corner
14
-
- Clone the repository of your fork with: `git clone https://github.com/MYLOGIN/datacamp-assignment1` (replace MYLOGIN with your GitHub login)
14
+
- Clone the repository of your fork with: `git clone https://github.com/MYLOGIN/datacamp-assignment-numpy` (replace MYLOGIN with your GitHub login)
15
15
- Create a branch called `my_user_name` using `git checkout -b my_user_name`
16
16
- Make the changes to complete the assignment. You have to modify the files that contain `questions` in their name. Do not modify the files that start with `test_`.
17
17
- Check locally that your solution meet the test by running `pytest` from the root of the repo. You may need to install `pytest` using `pip` or `conda`.
0 commit comments