File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -36,17 +36,22 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
3636
3737## Local Installation
3838
39- 1 . Clone the repository in your local environment and follow the steps below.
40-
41- 2 . Install LearnPack, the package manager for learning tutorials, and the Python compiler plugin for LearnPack. Make sure you also have node.js 14+:
39+ 1 . Install LearnPack, the package manager for learning tutorials, and the Python compiler plugin for LearnPack. Make sure you also have node.js 14+:
4240
4341``` bash
4442$ npm i @learnpack/learnpack@2.1.20 -g && learnpack plugins:install @learnpack/python@1.0.0
4543```
4644
45+ 2 ) Clone or download this repository.
46+
47+ ``` bash
48+ $ git clone https://github.com/4GeeksAcademy/python-beginner-programming-exercises.git
49+ ```
50+
47513 . Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
4852
4953``` bash
54+ $ cd python-beginner-programming-exercises
5055$ pip3 install pytest==6.2.5 pytest-testdox mock
5156$ learnpack start
5257```
You can’t perform that action at this time.
0 commit comments