Spaces:
Runtime error
Runtime error
Update shiny create command
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ This is a templated Space for [Shiny for Python](https://shiny.rstudio.com/py/).
|
|
14 |
To get started with a new app do the following:
|
15 |
|
16 |
1) Install Shiny with `pip install shiny`
|
17 |
-
2) Create a new app with `shiny create
|
18 |
3) Then run the app with `shiny run --reload`
|
19 |
|
20 |
To learn more about this framework please see the [Documentation](https://shiny.rstudio.com/py/docs/overview.html).
|
|
|
14 |
To get started with a new app do the following:
|
15 |
|
16 |
1) Install Shiny with `pip install shiny`
|
17 |
+
2) Create a new app with `shiny create`
|
18 |
3) Then run the app with `shiny run --reload`
|
19 |
|
20 |
To learn more about this framework please see the [Documentation](https://shiny.rstudio.com/py/docs/overview.html).
|