Update venv In Zed.md

This commit is contained in:
Sander Hautvast 2024-05-08 13:23:07 +02:00 committed by GitHub
parent 7aec743609
commit 8d74c9ccff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,11 +5,8 @@
* activate `source .venv/bin/activate` * activate `source .venv/bin/activate`
* create pyrightconfig.json * create pyrightconfig.json
```json ```bash
{ echo '{ "venvPath": ".", "venv": ".venv"}' >pyrightconfig.json
"venvPath": ".",
"venv": ".venv"
}
``` ```
* `pip install ...` * `pip install ...`
* `zed .` * `zed .`