Skip to content

Commit 2f6a09e

Browse files
committed
Corrección README.md
1 parent 94145ea commit 2f6a09e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525

2626
Este proyecto requiere la instalación de las siguientes dependencias externas:
2727

28-
* *Jupyter 1.0.0*
29-
* *Numpy 1.16.4*
30-
* *Matplotlib 3.0.3*
31-
* *Seaborn 0.9.0*
32-
* *Scipy 1.3.0*
33-
* *Xlrd 1.2.0*
34-
* *Pandas 0.24.2*
35-
* *Statsmodels 0.10.0*
36-
* *Scikit Learn 0.21.2*
28+
* *Jupyter 1.0.0* (´$ pip install jupyter´)
29+
* *Numpy 1.16.4* (´$ pip install numpy´)
30+
* *Matplotlib 3.0.3* (´$ pip install matplotlib´)
31+
* *Seaborn 0.9.0* (´$ pip install seaborn´)
32+
* *Scipy 1.3.0* (´$ pip install scipy´)
33+
* *Xlrd 1.2.0* (´$ pip install xlrd´)
34+
* *Pandas 0.24.2* (´$ pip install pandas´)
35+
* *Statsmodels 0.10.0* (´$ pip install statsmodels´)
36+
* *Scikit Learn 0.21.2* (´$ pip install scikit-learn´)
3737

3838
Estas dependencias pueden instalarse por separado siguiendo las instrucciones propias en cada notebook, o pueden instalarse todas mediante la ejecución de una única instrucción en la terminal:
3939
```bash

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ numpy==1.16.4
33
matplotlib==3.0.3
44
seaborn==0.9.0
55
scipy==1.3.0
6-
statsmodels==0.10.0
76
xlrd==1.2.0
87
pandas==0.24.2
8+
statsmodels==0.10.0
99
scikit-learn==0.21.2

0 commit comments

Comments
 (0)