Skip to content

Commit

Permalink
Merge pull request #52 from noman404/noman404/issue43
Browse files Browse the repository at this point in the history
Updated readme, Removed unnecessary files
  • Loading branch information
noman404 authored Oct 29, 2024
2 parents a3f6be0 + dc93b5f commit 0a94890
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 1,127 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,4 @@ cython_debug/
.idea/
input/*
output.csv
taxsim_input.csv
output/*
taxsim_input.csv
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ TAXSIM emulator using the PolicyEngine US federal and state tax calculator
## How to use the emulator ##
The emulator takes a .csv file in the form of a csv. This is the same form of input that Taxsim-35 takes.

In terminal, run
**Open your terminal in the parent directory**

1. Install necessary dependencies

`pip install -e .`

2. to execute the simulation, run

`python policyengine_taxsim/cli.py resources/taxsim35/taxsim_input.csv `

Expand Down
221 changes: 0 additions & 221 deletions TaxsimInputReader.py

This file was deleted.

Loading

0 comments on commit 0a94890

Please sign in to comment.