Skip to content

Commit ed10076

Browse files
authored
Update README.md
1 parent de8d27b commit ed10076

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
3434
3535
## Local Installation
3636

37-
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:
37+
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:
3838

3939
```bash
4040
$ npm i -g @learnpack/learnpack@2.1.20 && learnpack plugins:install @learnpack/python@1.0.0
4141
```
4242

43-
2) Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory called "exercises" that contains all the exercises within.
43+
2. Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory called "exercises" that contains all the exercises within.
4444

4545
```bash
4646
$ git clone https://github.com/4GeeksAcademy/python-functions-programming-exercises.git
47+
$ cd python-functions-programming-exercises
4748
```
4849

49-
3) Start the tutorial/exercises by running the following command from the root of the project:
50+
3. Start the tutorial/exercises by running the following command from the root of the project:
5051

5152
```bash
52-
$ cd python-functions-programming-exercises
5353
$ pip3 install pytest==6.2.5 pytest-testdox mock
5454
$ learnpack start
5555
```

0 commit comments

Comments
 (0)