-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
05e6bc9
commit 5f868a9
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,12 +46,14 @@ $ npm i @learnpack/[email protected] -g && learnpack plugins:install @learnpack/p | |
|
||
```bash | ||
$ git clone https://github.com/4GeeksAcademy/python-beginner-programming-exercises.git | ||
$ cd python-beginner-programming-exercises | ||
``` | ||
|
||
> Nota: Una vez que termine de descargar, encontrarás la carpeta "exercises" que contiene todos los ejercicios. | ||
3. Start the tutorial/exercises by running the following command at the same level where your learn.json file is: | ||
|
||
```bash | ||
$ cd python-beginner-programming-exercises | ||
$ pip3 install pytest==6.2.5 pytest-testdox mock | ||
$ learnpack start | ||
``` | ||
|