From 9489e435f0918f2f179b64aabd4c9c9fb287e6c1 Mon Sep 17 00:00:00 2001 From: darwinzaid Date: Sat, 3 Dec 2022 20:40:05 -0500 Subject: [PATCH 1/2] Add docs: create venv --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7d7f7c3..92c60b3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,10 @@ python3 main.py ```sh git clone cd app + +-Se agrego esta linea de Virtual entorno: python3 -m venv env + source env/bin/activate pip3 install -r requirements.txt python3 main.py From 194015060737f8fcbca8ce34698b4cfd87348088 Mon Sep 17 00:00:00 2001 From: darwinzaid Date: Sat, 3 Dec 2022 20:45:55 -0500 Subject: [PATCH 2/2] Agregando files: Linea creada de python3 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92c60b3..3a96df2 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@ python3 main.py git clone cd app --Se agrego esta linea de Virtual entorno: +-Se agrego esta linea de: ENTORNO VIRTUAL python3 -m venv env + source env/bin/activate pip3 install -r requirements.txt python3 main.py