Skip to content

Commit d900031

Browse files
docs: update README with correct Uvicorn command for src structure
docs: update README with correct Uvicorn command for src structure
2 parents 207fdea + 0412ad7 commit d900031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ yarn start # to start local dev server
2626
```bash
2727
cd backend
2828
pip install -r requirements.txt # to install all packages
29-
uvicorn main:app --reload # to run a local server
29+
uvicorn src.main:app --reload # to run a local server
3030
```
3131

3232
If you are getting a `library not found for -lhdf5` error on MacOS, you can try the following

0 commit comments

Comments
 (0)