We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd417d5 commit c78174eCopy full SHA for c78174e
Makefile
@@ -104,7 +104,7 @@ RSCONNECT = $(SITE_PACKAGES)/rsconnect
104
$(RSCONNECT): $(UV) ## install the main version of rsconnect till pypi version supports shiny express
105
@echo "-------- Installing rsconnect --------"
106
. $(PYBIN)/activate && \
107
- uv pip install rsconnect @ git+https://github.com/rstudio/rsconnect-python.git
+ uv pip install "rsconnect-python @ git+https://github.com/rstudio/rsconnect-python.git"
108
109
110
# -----------------
0 commit comments