updated
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# python_virtual_environment
|
||||
|
||||
To create a virtual environment, go to your project’s directory and run the following command. This will create a new virtual environment in a local folder named .venv:
|
||||
```bash
|
||||
python3 -m venv .venv
|
||||
|
||||
Reference in New Issue
Block a user