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`
|
||||
|
||||
* create pyrightconfig.json
|
||||
```json
|
||||
{
|
||||
"venvPath": ".",
|
||||
"venv": ".venv"
|
||||
}
|
||||
```bash
|
||||
echo '{ "venvPath": ".", "venv": ".venv"}' >pyrightconfig.json
|
||||
```
|
||||
* `pip install ...`
|
||||
* `zed .`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue