Skip to content

Commit

Permalink
not install from pip in instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Feb 24, 2024
1 parent b4ed00d commit ea2dcc8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ via:
conda install -c conda-forge taxcalc
```

or with [PyPI](https://pypi.org/project/taxcalc/) via:

```
pip install taxcalc
```

When using
[micro data](https://github.com/PSLmodels/taxdata#about-taxdata-repository)
that represent the USA population, Tax-Calculator can estimate the aggregate
Expand Down Expand Up @@ -59,6 +65,12 @@ If you are already using Tax-Calculator, upgrade using the following command:
conda update -c conda-forge taxcalc
```

or

```
pip install -U taxcalc
```

If you're a new user, read {doc}`usage/starting`.

## Disclaimer
Expand Down

0 comments on commit ea2dcc8

Please sign in to comment.