Skip to content

Commit

Permalink
Fix starting command tour of python
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Sep 12, 2024
1 parent 9ab1eb3 commit 6bd2b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get_started/tour.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ go run ./app
Run the services:

```shell
python3 -m hypercorn -b localhost:9080 tour/app/app:app
python -m hypercorn --config hypercorn-config.toml tour/app/app:app
```

This [GitHub repository](https://github.com/restatedev/examples/tree/main/tutorials/tour-of-restate-python) contains the basic skeleton of the Python services that you develop in this tutorial.
Expand Down

0 comments on commit 6bd2b56

Please sign in to comment.