Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Sep 3, 2024
1 parent a2d6da7 commit 099c05d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/download_prerequisites.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,12 @@ def download_data():
"release",
"puf_2024.h5",
STORAGE_FOLDER / "puf_2024.h5",
)

download(
"PolicyEngine",
"policyengine-us-data",
"release",
"soi.csv",
STORAGE_FOLDER / "soi.csv",
)

0 comments on commit 099c05d

Please sign in to comment.