Skip to content

Commit

Permalink
paquetes
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniosql committed Dec 28, 2024
1 parent 207ca1c commit bcd1346
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Requisitos/Instalar el complemento de Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ Podemos instalar el complemento de diferentes maneras, pero lo más sencilla es
Como hemos decidido trabajar con Python básico y no con distribuciones que ya tengan instalados determinados paquetes, necesitaremos instalar los paquetes básicos que necesitemos en nuestros programas Python. Comenzaremos por instalar numpy, pandas, pyodbc, matplotlib, sklearn:

pip install numpy

pip install pandas

pip install pyodbc

pip install matplotlib

pip install sklearn

0 comments on commit bcd1346

Please sign in to comment.