Update venv In Zed.md
This commit is contained in:
parent
7aec743609
commit
8d74c9ccff
1 changed files with 2 additions and 5 deletions
|
|
@ -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 .`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue