From d4217bb98386c54c0b4dbe7f3520e215ecfa53ae Mon Sep 17 00:00:00 2001 From: calm-steam Date: Mon, 3 Feb 2025 12:13:31 +0530 Subject: [PATCH] substitute python3 for python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b5ce0a..3a1554f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Python 3.10 or above ``` 2. Create a virtual environment in Python: ```bash - python3 -m venv venv + python -m venv venv ``` 3. Activate the virtual environment: ```bash