Skip to content

fixed commands, text README #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Dec 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
josemoracard authored Dec 13, 2023
commit ff4cc7e91fe797136c0239473b17515bd00d4041
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ $ npm i learnpack -g && learnpack plugins:install learnpack-python
2) Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory called "exercises" that contains all the exercises within.

```bash
$ git clone https://github.com/4GeeksAcademy/python-beginner-programming-exercises.git
$ git clone https://github.com/4GeeksAcademy/python-functions-programming-exercises.git
```

3) Start the tutorial/exercises by running the following command from the root of the project:

```bash
$ cd python-functions-programming-exercises
$ pip install pytest==4.4.2 mock pytest-testdox
$ pip3 install pytest==6.2.5 pytest-testdox mock
$ learnpack start
```

Expand Down