Skip to content
Prev Previous commit
Next Next commit
Images link
  • Loading branch information
molro committed Dec 13, 2022
commit 7e9d6a67a171b2c9a481b7f599ff5c436d4049e6
6 changes: 4 additions & 2 deletions Backend/FastAPI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@ Otra ventaja es la estandarización, tu y todos los desarrolladores que trabajé
### Global vs Entorno Virtual

Para poder explicar las diferencias, podemos apreciar la comparación entre ambas imagenes.
<!-- IMG1 GLOBAL
IMG 2 LOCAL -->

<img src="https://github.com/molro/Hello-Python/blob/Python-venv/Backend/FastAPI/img_Readme/env_virtual.png" />

<img src="https://github.com/molro/Hello-Python/blob/Python-venv/Backend/FastAPI/img_Readme/global.png" />

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand Down