substitute python3 for python

This commit is contained in:
calm-tedesco 2025-02-03 12:13:31 +05:30
parent 8d34c41ea3
commit 3292b543ba

View File

@ -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