Skip to content

Commit

Permalink
update dev install instructions fixes #1720
Browse files Browse the repository at this point in the history
  • Loading branch information
chendaniely authored Oct 4, 2024
1 parent fa9f8d4 commit eadbf1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ To install the latest development version:

```sh
# First install htmltools, then shiny
pip install https://github.com/posit-dev/py-htmltools/tarball/main
pip install https://github.com/posit-dev/py-shiny/tarball/main
pip install git+https://github.com/posit-dev/py-htmltools.git
pip install git+https://github.com/posit-dev/py-shiny.git
```

You can create and run your first application with `shiny create`, the CLI will ask you which template you would like to use. You can either run the app with the Shiny extension, or call `shiny run app.py --reload --launch-browser`.
Expand Down

0 comments on commit eadbf1d

Please sign in to comment.