From 04fc835f05e6ecb9de39c51c87255cd26f52d296 Mon Sep 17 00:00:00 2001 From: Diego Ciangottini Date: Wed, 28 Feb 2024 10:31:57 +0100 Subject: [PATCH] Update 02-develop-a-plugin.md --- docs/docs/tutorial-admins/02-develop-a-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorial-admins/02-develop-a-plugin.md b/docs/docs/tutorial-admins/02-develop-a-plugin.md index 173b0082..b99788be 100644 --- a/docs/docs/tutorial-admins/02-develop-a-plugin.md +++ b/docs/docs/tutorial-admins/02-develop-a-plugin.md @@ -37,7 +37,7 @@ Then you are ready to install the python SDK with: #pip install "uvicorn[standard]" "git+https://github.com/interTwin-eu/interLink.git@${VERSION}#egg=interlink&subdirectory=examples/sidecar/templates/python" # Or download the latest one with -pip install "uvicorn[standard]" "git+https://github.com/interTwin-eu/interLink.git@#egg=interlink&subdirectory=examples/sidecar/templates/python" +pip install "uvicorn[standard]" "git+https://github.com/interTwin-eu/interLink.git#egg=interlink&subdirectory=examples/sidecar/templates/python" ```