Skip to content

Commit 9492607

Browse files
wing328kota65535
authored andcommitted
update python fastapi readme
1 parent 09eba78 commit 9492607

File tree

1 file changed

+1
-1
lines changed
  • samples/server/petstore/python-fastapi

1 file changed

+1
-1
lines changed

samples/server/petstore/python-fastapi/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To run the server, please execute the following from the root directory:
1515

1616
```bash
1717
pip3 install -r requirements.txt
18-
uvicorn main:app --host 0.0.0.0 --port 8080
18+
PYTHONPATH=src uvicorn openapi_server.main:app --host 0.0.0.0 --port 8080
1919
```
2020

2121
and open your browser at `http://localhost:8080/docs/` to see the docs.

0 commit comments

Comments
 (0)