Skip to content

Commit 086b4a1

Browse files
Update README
1 parent 6d1c871 commit 086b4a1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ Description of the app
3232
- To run unit tests: `make test`
3333
- To lint the repo: `make lint`
3434
- 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
35+
- `my-app`
36+
- requires activated project `uv` python environment
37+
- utilizes `uv` built entrypoint (see `project.scripts` in `pyproject.toml`)
38+
- does not support loading a `.env` file
3839
- `uv run --env-file .env my-app`
3940
- More verbose but supports loading a `.env` file
4041

0 commit comments

Comments
 (0)