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 405d5e3 commit af54021Copy full SHA for af54021
README.md
@@ -5,18 +5,19 @@ Render [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) inside a [PyS
5
6
## Installation
7
8
+First, [install Shiny](https://rstudio.github.io/pyshiny-site/install.html), then:
9
+
10
```sh
-pip install ipywidgets
-pip install shiny==0.0.0.9001 --extra-index-url=https://rstudio.github.io/pyshiny-site/pypi
11
-pip install -e .
+git clone https://github.com/rstudio/ipyshiny
12
+pip install -e ipyshiny
13
```
14
15
## Usage
16
17
Coming soon. For now, see/run the `examples/`:
18
19
-shiny run examples.outputs
20
+shiny run examples/outputs/appy.py
21
22
23
## Development
0 commit comments