Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Loading