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.
rsconnect
1 parent bbf40ab commit ee9b1e7Copy full SHA for ee9b1e7
Makefile
@@ -156,7 +156,7 @@ install-trcli: FORCE
156
$(if $(shell which trcli), @echo -n, $(shell pip install trcli))
157
158
install-rsconnect: FORCE
159
- pip install rsconnect-python
+ pip install git+https://github.com/rstudio/rsconnect-python.git#egg=rsconnect-python
160
161
# end-to-end tests with playwright; (SUB_FILE="" within tests/playwright/shiny/)
162
playwright-shiny: install-playwright
0 commit comments