Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ed949a0

Browse files
Update README.md
1 parent d9a4e02 commit ed949a0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

‎README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,24 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
4040

4141
Clone the repository in your local environment and follow the steps below:
4242

43-
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+:
43+
1. Make sure you have [LearnPack](https://learnpack.co) installed, node.js version 14+, and Python version 3+. This is the command to install LearnPack:
4444

4545
```bash
46-
$ npm i learnpack -g
46+
$ npm i @learnpack/learnpack@2.1.20 -g&& learnpack plugins:install @learnpack/python@1.0.0
4747
$ learnpack plugins:install learnpack-python
4848
```
4949

5050
2. Download these particular exercises using learnpack and `cd` into the folder:
5151

5252
```bash
53-
$ learnpack download python-lists-loops-programming-exercises
53+
$ git clone https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises.git
5454
$ cd python-lists-loops-programming-exercises
5555
```
5656

57-
> Note: Once you finish downloading, you will find an "exercises" folder that contains all the exercises within.
58-
5957
3. Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
6058

6159
```bash
62-
$ $ pip3 install pytest==4.4.2 pytest-testdox mock
60+
$ pip3 install pytest==6.2.5 pytest-testdox mock
6361
$ learnpack start
6462
```
6563

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /