From d43f9a8489b2b1a2cf570d3663e492ba622687b8 Mon Sep 17 00:00:00 2001 From: Sofi <111126500+sofisil@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:02:41 +0800 Subject: [PATCH] Update README.md --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 021ef12..d0e92de 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,29 @@ # Sencillo PY -## Crear un entorno virtual. +## Create a virtual enviroment. Crear un entorno virtual. MAC/Linux: `python3 -m venv venv` Windows: `python -m venv venv o py -m venv venv` -## Activar el entorno virtual +## Activate virtual enviroment. Activar el entorno virtual. UNIX/Mac/Linux: `source venv/bin/activate` Windows: `.\venv\Scripts\activate` o `./venv/Scripts/activate` -## En caso de contar con alguna restriccion, normalmente en Windows +## If you have any restrictions, usually in Windows. En caso de contar con alguna restriccion, normalmente en Windows. -Debe ingresar a al Windows PowerShell y ejecutar en administrador +You must enter Windows PowerShell and run in administrator. Debe ingresar a al Windows PowerShell y ejecutar en administrador. `Set-ExecutionPolicy Unrestricted` -## Una vez creado el entorno virtual deben Importar las dependencias correspondientes +## Once the virtual environment is created, you must Import the corresponding dependencies. Una vez creado el entorno virtual deben Importar las dependencias correspondientes `pip install -r requirements.txt` -##Ejecutar con el comando +## Run with command. Ejecutar con el comando `flask run` -Poner todas las preguntas con los mismos estilos -poner cada respuesta en un solo p -poner todos los p con los mismos estilos -si hace falta salto de linea, usar br \ No newline at end of file