substitute python3 for python
This commit is contained in:
parent
8b44b8a952
commit
d4217bb983
@ -12,7 +12,7 @@ Python 3.10 or above
|
|||||||
```
|
```
|
||||||
2. Create a virtual environment in Python:
|
2. Create a virtual environment in Python:
|
||||||
```bash
|
```bash
|
||||||
python3 -m venv venv
|
python -m venv venv
|
||||||
```
|
```
|
||||||
3. Activate the virtual environment:
|
3. Activate the virtual environment:
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user