From f6ad19b1a7f0e23084ffd53091b0aad8df08add8 Mon Sep 17 00:00:00 2001 From: Alejandra <90076947+alejsdev@users.noreply.github.com> Date: Tue, 4 Jun 2024 18:48:02 -0500 Subject: [PATCH] =?utf8?q?=E2=9C=8F=EF=B8=8F=20Update=20pip=20installation?= =?utf8?q?=20command=20in=20tutorial=20(#975)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- docs/tutorial/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/index.md b/docs/tutorial/index.md index 9b0939b0..88d952a7 100644 --- a/docs/tutorial/index.md +++ b/docs/tutorial/index.md @@ -192,7 +192,7 @@ Now, after making sure we are inside of a virtual environment in some way, we ca
```console -# (env) $$ python -m pip install sqlmodel +# (env) $$ pip install sqlmodel ---> 100% Successfully installed sqlmodel pydantic sqlalchemy ``` -- 2.47.2