Skip to content

Commit 308d216

Browse files
committed
reword note
1 parent 2f5b68a commit 308d216

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/learn/tutorial-tic-tac-toe.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ In the code example below, click **Run** to open the editor in a new tab using t
8080

8181
1. Install [Python](https://www.python.org/downloads/)
8282
2. Copy the example above into a file called `app.py`
83-
3. Install Reactpy for the [backend](../reference/fastapi.md) of your choice.
84-
- For example: `pip install reactpy[fastapi]`
83+
3. Install ReactPy for your [backend](../reference/fastapi.md), for example `pip install reactpy[fastapi]`
8584
4. Run `python app.py` to start a local server and follow the prompts to view the code running in a browser
8685

8786
If you get stuck, don't let this stop you! Follow along online instead and try a local setup again later.

0 commit comments

Comments
 (0)