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 b306a93 commit 1746fecCopy full SHA for 1746fec
README.md
@@ -84,4 +84,14 @@ Or get a full list of helpers with just:
84
make
85
```
86
87
+Typically, when developing new features for Shiny, you'll want to try them out in an application.
88
+In a **separate** application directory, use can use `-e` to reference your local checkout of `py-shiny`:
89
+
90
+```sh
91
+# Rather than
92
+# pip install shiny
93
+# run:
94
+pip install -e ../py-shiny --config-settings editable_mode=compat
95
+```
96
97
See the [docs README](docs/README.md) for instructions on building the documentation locally.
0 commit comments