Update venv.md

This commit is contained in:
Sander Hautvast 2024-02-24 12:54:06 +01:00 committed by GitHub
parent 0c86d406b9
commit a0c5962608
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
* create $PROJECT `mkdir project; cd project` * create $PROJECT `mkdir project; cd project`
* create `python -m venv .venv` * create `python -m venv .venv`
* activate `source .venv/bin/activate` * activate `source .venv/bin/activate`
* `deactivate`
* create pyrightconfig.json * create pyrightconfig.json
```json ```json
{ {
@ -15,3 +15,4 @@
* `zed .` * `zed .`
* to quit the venv: `deactivate`