Skip to content

Commit

Permalink
✏️ Update pip installation command in tutorial (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejsdev authored Jun 4, 2024
1 parent 4590963 commit f6ad19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Now, after making sure we are inside of a virtual environment in some way, we ca
<div class="termy">

```console
# (env) $$ python -m pip install sqlmodel
# (env) $$ pip install sqlmodel
---> 100%
Successfully installed sqlmodel pydantic sqlalchemy
```
Expand Down

0 comments on commit f6ad19b

Please sign in to comment.