We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09eba78 commit 9492607Copy full SHA for 9492607
samples/server/petstore/python-fastapi/README.md
@@ -15,7 +15,7 @@ To run the server, please execute the following from the root directory:
15
16
```bash
17
pip3 install -r requirements.txt
18
-uvicorn main:app --host 0.0.0.0 --port 8080
+PYTHONPATH=src uvicorn openapi_server.main:app --host 0.0.0.0 --port 8080
19
```
20
21
and open your browser at `http://localhost:8080/docs/` to see the docs.
0 commit comments