Skip to content

Commit

Permalink
Update 02-develop-a-plugin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot authored Feb 28, 2024
1 parent eb889cd commit 04fc835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorial-admins/02-develop-a-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

```

Expand Down

0 comments on commit 04fc835

Please sign in to comment.