Skip to content

Commit f6ad19b

Browse files
authored
✏️ Update pip installation command in tutorial (#975)
1 parent 4590963 commit f6ad19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Now, after making sure we are inside of a virtual environment in some way, we ca
192192
<div class="termy">
193193

194194
```console
195-
# (env) $$ python -m pip install sqlmodel
195+
# (env) $$ pip install sqlmodel
196196
---> 100%
197197
Successfully installed sqlmodel pydantic sqlalchemy
198198
```

0 commit comments

Comments
 (0)