Skip to content

Commit b7d99ae

Browse files
Further highlight playground
Former-commit-id: aae3137
1 parent 1b6f8b7 commit b7d99ae

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

content/get-started/installation/_index.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ There are multiple ways to set up your development environment and install Strea
99
understand these options. Developing locally with Python installed on your own computer is the most
1010
common scenario.
1111

12-
## Summary for experienced developers
12+
## Quick setup for experienced Python developers
1313

1414
1. Set up your Python development environment.
1515
2. Run:
@@ -22,11 +22,9 @@ common scenario.
2222
```
2323
4. Jump to our [Basic concepts](/get-started/fundamentals/main-concepts).
2424

25-
## General setup and installation
25+
## Setup options for everyone else
2626

27-
### Local development options
28-
29-
<p></p>
27+
There are many ways to get started coding with Streamlit. If you're brand new to Streamlit or just passing through on a random internet walk, we recommend using the Streamlit Playground for your first hands-on experience. It's quick and ready to go in your browser. After you experience the awesomeness of Streamlit, we're confident you'll want to come back and set up a full development environment, which you can do locally or in the cloud, as described in the options below.
3028

3129
<InlineCalloutContainer>
3230
<InlineCallout
@@ -36,6 +34,13 @@ common scenario.
3634
href="/get-started/installation/streamlit-playground"
3735
><em><strong>"Let me try it out as fast and easy as possible."</strong></em><br />
3836
Try out Streamlit in your browser. Visit the Streamlit Playground and start playing with code in seconds.</InlineCallout>
37+
</InlineCalloutContainer>
38+
39+
### Local development options
40+
41+
<p></p>
42+
43+
<InlineCalloutContainer>
3944
<InlineCallout
4045
color="indigo-70"
4146
icon="terminal"

0 commit comments

Comments
 (0)