Skip to content

Commit af54021

Browse files
authored
Tweak readme
1 parent 405d5e3 commit af54021

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@ Render [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) inside a [PyS
55

66
## Installation
77

8+
First, [install Shiny](https://rstudio.github.io/pyshiny-site/install.html), then:
9+
810
```sh
9-
pip install ipywidgets
10-
pip install shiny==0.0.0.9001 --extra-index-url=https://rstudio.github.io/pyshiny-site/pypi
11-
pip install -e .
11+
git clone https://github.com/rstudio/ipyshiny
12+
pip install -e ipyshiny
1213
```
1314

1415
## Usage
1516

1617
Coming soon. For now, see/run the `examples/`:
1718

1819
```sh
19-
shiny run examples.outputs
20+
shiny run examples/outputs/appy.py
2021
```
2122

2223
## Development

0 commit comments

Comments
 (0)