This commit is contained in:
2024-08-10 00:47:22 -05:00
parent f6582b2a2a
commit b87d814c89
11 changed files with 41 additions and 16 deletions

View File

@@ -1,3 +1,5 @@
# python_virtual_environment
To create a virtual environment, go to your projects directory and run the following command. This will create a new virtual environment in a local folder named .venv:
```bash
python3 -m venv .venv