We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1c871 commit 086b4a1Copy full SHA for 086b4a1
README.md
@@ -32,9 +32,10 @@ Description of the app
32
- To run unit tests: `make test`
33
- To lint the repo: `make lint`
34
- To run the app:
35
- - `make my-app`
36
- - Utilizes `uv` built entrypoint (see `project.scripts` in [`pyproject.toml`](pyproject.toml))
37
- - Does not support loading a `.env` file
+ - `my-app`
+ - requires activated project `uv` python environment
+ - utilizes `uv` built entrypoint (see `project.scripts` in `pyproject.toml`)
38
+ - does not support loading a `.env` file
39
- `uv run --env-file .env my-app`
40
- More verbose but supports loading a `.env` file
41
0 commit comments