✏️ Update pip installation command in tutorial (#975)

This commit is contained in:
Alejandra 2024-06-04 18:48:02 -05:00 committed by GitHub
parent 4590963e88
commit f6ad19b1a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```