You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-7
Original file line number
Diff line number
Diff line change
@@ -25,17 +25,16 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
25
25
26
26
## Local Installation
27
27
28
-
1.Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+:
28
+
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:
29
29
30
30
```bash
31
-
$ npm i learnpack -g
32
-
$ learnpack plugins:install learnpack-python
31
+
npm i @learnpack/learnpack@2.1.20 -g && learnpack plugins:install @learnpack/python@1.0.0
33
32
```
34
33
35
-
2.Download this particular tutorial using learnpack and `cd` into the folder:
34
+
2.Clone or download this repository in your local environment.
0 commit comments