Skip to content

Commit

Permalink
Add run command section (#1144)
Browse files Browse the repository at this point in the history
* Add run command section

* Add a line break

* Remove $ in the command
  • Loading branch information
Satoshi-Sh authored Oct 3, 2024
1 parent b780309 commit 28870c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/tutorials/getting_started/index.md_template
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ if __name__ == "__main__":

This code starts the UI server, which makes the interface active and functional.

To start the Taipy application, create `main.py` with the content provided earlier,
and run the following command in the terminal:
```console
taipy run main.py
```

![Dynamic Chart Application](images/dynamic_chart.gif){width=70% : .tp-image-border }

---
Expand Down

0 comments on commit 28870c7

Please sign in to comment.