We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 207fdea + 0412ad7 commit d900031Copy full SHA for d900031
README.md
@@ -26,7 +26,7 @@ yarn start # to start local dev server
26
```bash
27
cd backend
28
pip install -r requirements.txt # to install all packages
29
-uvicorn main:app --reload # to run a local server
+uvicorn src.main:app --reload # to run a local server
30
```
31
32
If you are getting a `library not found for -lhdf5` error on MacOS, you can try the following
0 commit comments