Skip to content

Commit 579cdc9

Browse files
committed
Update uv installation guide
1 parent 722b260 commit 579cdc9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

docs/get-started.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,23 +90,20 @@ install Zensical with `uv`, use:
9090

9191
```
9292
uv init
93-
source .venv/bin/activate
9493
uv add zensical
9594
```
9695

9796
=== ":fontawesome-brands-windows: Windows"
9897

9998
```
10099
uv init
101-
.venv\Scripts\activate
102100
uv add zensical
103101
```
104102

105103
=== ":material-linux: Linux"
106104

107105
```
108106
uv init
109-
source .venv/bin/activate
110107
uv add zensical
111108
```
112109

0 commit comments

Comments
 (0)