Skip to content

Commit

Permalink
add explanation on how to run taipy app
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV committed Sep 27, 2023
1 parent 193856a commit e2c02c2
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docs/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,17 @@ The graph involves:
4. **Run the application**: For your convenience, you can get the complete code here:
<a href="./hello_world_scenario.py" download>`hello_world_scenario.py`</a>

Expected Output:
``` console
[2023-02-08 20:19:35,062][Taipy][INFO] job JOB_build_msg_9e5a5c28-6c3e-4b59-831d-fcc8b43f882e is completed.
Hello Taipy!
```
Run the application with the Taipy CLI command:

``` console
$ taipy run hello_world_scenario.py
```

Expected Output:
``` console
[2023-02-08 20:19:35,062][Taipy][INFO] job JOB_build_msg_9e5a5c28-6c3e-4b59-831d-fcc8b43f882e is completed.
Hello Taipy!
```

## Build a graphical interface

Expand Down

0 comments on commit e2c02c2

Please sign in to comment.