diff --git a/README.md b/README.md index ab9f6ddf504..521d6dd3e36 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,10 @@ PolicyEngine US is a microsimulation model of the US state and federal tax and benefit system. To install, run `pip install policyengine-us`. + +To install PolicyEngine US as part of a certified PolicyEngine bundle, use the +bundle installer published by `policyengine`, for example: + +```bash +uvx --from policyengine policyengine bundle install --country us --venv .venv +```