]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
✏️ Update pip installation command in tutorial (#975)
authorAlejandra <90076947+alejsdev@users.noreply.github.com>
Tue, 4 Jun 2024 23:48:02 +0000 (18:48 -0500)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 23:48:02 +0000 (23:48 +0000)
docs/tutorial/index.md

index 9b0939b0c1ecb6aa9cb07c1ce9f37f33910eeb61..88d952a746f1ee57c330d696c08e77341a0bf265 100644 (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
 ```