This commit is contained in:
Paul Gauthier 2025-01-09 09:56:49 -08:00
parent 61671e9d3f
commit cfc7ad5627

View file

@ -56,13 +56,6 @@ It is recommended to create a virtual environment outside of the repository to k
python -m venv /path/to/venv
```
#### Using `virtualenv` (for older Python versions)
```
pip install virtualenv
virtualenv /path/to/venv
```
### Activate the Virtual Environment
#### On Windows