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 b597f4f

Browse files
Merge pull request #57 from josemoracard/jose1-README
fixed commands, text README
2 parents a0a56a4 + cb3d33a commit b597f4f

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

‎README.es.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,16 @@ Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Co
2323
2424
## Instalación local:
2525

26-
1. Instala learnpack, el administrador de paquetes para tutoriales de aprendizaje y el complemento del compilador html para learnpack, asegúrate de tener también node.js 14+:
26+
1. Asegúrate de instalar [LearnPack](https://learnpack.co), node.js version 14+ y Python version 3+. Este es el comando para instalar LearnPack:
2727

2828
```bash
29-
$ npm i learnpack -g
30-
$ learnpack plugins:install learnpack-python
29+
npm i @learnpack/learnpack@2.1.20 -g && learnpack plugins:install @learnpack/python@1.0.0
3130
```
3231

33-
2. Descarga este tutorial en particular usando learnpack y `cd` para entrar en la carpeta:
32+
2. Clona o descarga este repositorio en tu ambiente local.
3433

3534
```bash
36-
$ learnpack download master-python-programming-exercises
35+
$ git clone https://github.com/4GeeksAcademy/master-python-programming-exercises.git
3736
$ cd master-python-programming-exercises
3837
```
3938

@@ -42,7 +41,7 @@ $ cd master-python-programming-exercises
4241
3. Comienza con los ejercicios ejecutando los siguientes comandos en el mismo nivel que tu archivo learn.json:
4342

4443
```bash
45-
$ RUN pip3 install pytest==4.4.2 pytest-testdox mock
44+
$ pip3 install pytest==6.2.5 pytest-testdox mock
4645
$ learnpack start
4746
```
4847
<!-- endhide -->

‎README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,16 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
2525
2626
## Local Installation
2727

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:
2929

3030
```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
3332
```
3433

35-
2. Download this particular tutorial using learnpack and `cd` into the folder:
34+
2. Clone or download this repository in your local environment.
3635

3736
```bash
38-
$ learnpack download master-python-programming-exercises
37+
$ git clone https://github.com/4GeeksAcademy/master-python-programming-exercises.git
3938
$ cd master-python-programming-exercises
4039
```
4140

@@ -44,15 +43,15 @@ $ cd master-python-programming-exercises
4443
3. Start the tutorial/exercises by running the following command at the same level your learn.json file is:
4544

4645
```bash
47-
$ RUN pip3 install pytest==4.4.2 pytest-testdox mock
46+
$ pip3 install pytest==6.2.5 pytest-testdox mock
4847
$ learnpack start
4948
```
5049

5150
<!-- endhide -->
5251

5352
## How are the exercises organized?
5453

55-
Each exercise is a small React application containing the following files:
54+
Each exercise is a small Python application containing the following files:
5655

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

0 commit comments

Comments
(0)

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