Skip to content

Commit

Permalink
FIX repo to clone from
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoral committed Jan 6, 2022
1 parent 1fe238b commit d31f7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
## How?

- Fork the repository by clicking on the `Fork` button on the upper right corner
- Clone the repository of your fork with: `git clone https://github.com/MYLOGIN/datacamp-assignment1` (replace MYLOGIN with your GitHub login)
- Clone the repository of your fork with: `git clone https://github.com/MYLOGIN/datacamp-assignment-numpy` (replace MYLOGIN with your GitHub login)
- Create a branch called `my_user_name` using `git checkout -b my_user_name`
- 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_`.
- 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`.
Expand Down

0 comments on commit d31f7ef

Please sign in to comment.