substitute python3 for python

This commit is contained in:
calm-steam 2025-02-03 12:13:31 +05:30
parent 8b44b8a952
commit d4217bb983
Signed by: calm-steam
SSH Key Fingerprint: SHA256:VrjxFRfRdJ0oc+FjTdi2wneFAslmWVg6/r6Z773npjE

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