Skip to content

Commit

Permalink
Merge pull request #11 from reichlab/update_uv_sync_command
Browse files Browse the repository at this point in the history
Update uv sync command in README.md
  • Loading branch information
elray1 authored Oct 18, 2024
2 parents 2825a5c + cf05be6 commit 9a9610d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ To add or remove a project dependency:
#
# alternately, you can use uv to install the dependencies: it is faster and has a
# a handy sync option that will cleanup unused dependencies
uv pip sync requirements/requirements-dev.txt
uv pip sync requirements/requirements-dev.txt && python -m pip install -e .
```

## Opinionated notes on Python tooling
Expand Down

0 comments on commit 9a9610d

Please sign in to comment.