forked from MISW-4101-Practicas/TutorialCancionesSQLAlchemy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
# TutorialCanciones | ||
# Tutorial de SQLAlchemy | ||
|
||
Para el desarrollo de este tutorial es importante cumplir con los siguientes requisitos: | ||
* Tener Python y pip correctamente instalados y actualizados a una versión reciente. Si aún no los instala, puede descargar las versiones para los diferentes sistemas operativos en https://www.python.org/downloads/ y si es necesario revisar las instrucciones de instalación, se pueden seguir en sitios como https://realpython.com/installing-python/ | ||
* Instalar un IDE. Se recomienda utilizar PyCharm Community Edition (Disponible en: https://www.jetbrains.com/es-es/pycharm/download/) ó Visual Studio Code (Disponible en: https://code.visualstudio.com/download) | ||
* Descargar el código del repositorio https://github.com/MISW-4101-Practicas/TutorialCancionesSQLAlchemy | ||
* Iniciar un virtual environment (venv) para separar el uso de librerías de este proyecto de otros proyectos. Si no ha creado un virtual environment, puede seguir las instrucciones del sitio https://docs.python.org/3/library/venv.html | ||
|
||
Con estos requisitos ya es posible comenzar con el tutorial. |