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
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,20 +38,31 @@ These exercises were built in collaboration, we need you! If you find any bugs o
38
38
39
39
## Local Installation
40
40
41
-
1) Make sure you have the [breathecode-cli](https://github.com/breatheco-de/breathecode-cli) installed and `node.js` version 10+ and python version 3+. This is the command to install the breathecode-cli
41
+
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 12+:
42
+
43
+
```
44
+
$ npm i learnpack -g
45
+
$ learnpack plugins:install learnpack-python
46
+
```
47
+
48
+
2. Download this particular exercise using learnpack and `cd` into the folder:
2) Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory "exercises" that contains all the exercises within.
55
+
Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
47
56
48
-
3) Start the tutorial/exercises by running the following command from the root of the project:
57
+
3. Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
49
58
50
59
```sh
51
60
$ pip install pytest==4.4.2 mock pytest-testdox
52
-
$ breathecode run
61
+
$ learnpack start
53
62
```
54
63
64
+
Note: The exercises have automatic grading but its very rigid and string, my recomendation is to ignore the tests and use them only as a recomendation or you can get frustrated.
65
+
55
66
## How are the exercises organized?
56
67
57
68
Each exercise is a small react application containing the following files:
0 commit comments