Skip to content

Commit

Permalink
install shiny from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Oct 31, 2023
1 parent ec743a6 commit 839c306
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/prerelease/1.4/shiny/_shiny-requirements.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
::: {.callout-note}
### Shiny Prerequisites

In order to use Shiny within Quarto documents you will need both the latest pre-release of Quarto as well as development versions of the `htmltools` and `shiny` Python packages. You can install these packages as follows:
In order to use Shiny within Quarto documents you will need the latest version of the `shiny` package (>=0.6). You can install the latest version of shiny with:

```bash
# Optional: If you have installed shiny and/or htmltools
# previously, uninstall them before proceeding:
pip uninstall shiny htmltools

pip install git+https://github.com/posit-dev/py-shiny.git#egg=shiny
```{.bash}
pip install --upgrade shiny
```
:::

0 comments on commit 839c306

Please sign in to comment.