From 80780455fea03190e48baf2c47888b2f96369450 Mon Sep 17 00:00:00 2001 From: Sethupathi Asokan Date: Sun, 18 Aug 2024 20:50:15 +0530 Subject: [PATCH] Updated the virtual environment steps --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6395940..baf48db 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ Clone this github repository > git clone Create python virtual environment -> python3 -m venv lingo +> python3 -m lingo +Activate the virtual environment > source lingo/bin/activate Install dependencies