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