Skip to content

Commit 9eb24d6

Browse files
authored
Update README.md
1 parent 919c874 commit 9eb24d6

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,36 +36,26 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
3636
3737
## Local Installation
3838

39-
Clone the repository in your local environment and follow the steps below:
39+
1. Clone the repository in your local environment and follow the steps below.
4040

41-
1. Install LearnPack, the package manager for learning tutorials, and the HTML compiler plugin for LearnPack. Make sure you also have node.js 14+:
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+:
4242

4343
```bash
44-
$ npm i learnpack -g
45-
$ learnpack plugins:install learnpack-python
44+
$ npm i @learnpack/learnpack@2.1.20 -g && learnpack plugins:install @learnpack/python@1.0.0
4645
```
4746

48-
2. Download these particular exercises using LearnPack and `cd` into the folder:
49-
50-
```bash
51-
$ learnpack download python-beginner-programming-exercises
52-
$ cd python-beginner-programming-exercises
53-
```
54-
55-
Note: Once you finish downloading, you will find an "exercises" folder that contains all the exercises within.
56-
5747
3. Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
5848

5949
```bash
60-
$ pip3 install pytest==4.4.2 pytest-testdox mock
50+
$ pip3 install pytest==6.2.5 pytest-testdox mock
6151
$ learnpack start
6252
```
6353

6454
<!-- endhide -->
6555

6656
## How are the exercises organized?
6757

68-
Each exercise is a small React application containing the following files:
58+
Each exercise is a small Python application containing the following files:
6959

7060
1. **app.py:** represents the entry Python file that will be executed by the computer.
7161
2. **README.md:** contains exercise instructions.

0 commit comments

Comments
 (0)