From 852ca0de77060473a5d50a60b2e6f943b332f1fe Mon Sep 17 00:00:00 2001 From: Pragati Pandey <53970867+pragati2112@users.noreply.github.com> Date: Mon, 28 Aug 2023 12:47:51 +0530 Subject: [PATCH] Update README.md change myenv_name to venv --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 89687afb..61864066 100644 --- a/README.md +++ b/README.md @@ -122,17 +122,14 @@ Follow these steps to set up the environment and run the application. - pyenv with vurtual enviroment ``` - pyenv virtualenv 3.11.0 myenv_name + pyenv virtualenv 3.11.0 venv ``` - Activate virtualenv with pyenv ``` - pyenv activate myenv_name + pyenv activate venv ``` - - - 5. Install Dependencies: ```bash