Skip to content

Commit

Permalink
fix conda forge install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Feb 24, 2024
1 parent ea2dcc8 commit 142f3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can install it with [Anaconda](https://www.anaconda.com/products/individual)
via:

```
conda install -c conda-forge taxcalc
conda update taxcalc
```

or with [PyPI](https://pypi.org/project/taxcalc/) via:
Expand Down Expand Up @@ -62,7 +62,7 @@ The cross-model validation work with NBER's TAXSIM-27 model is described
If you are already using Tax-Calculator, upgrade using the following command:

```
conda update -c conda-forge taxcalc
conda update conda-forge::taxcalc
```

or
Expand Down

0 comments on commit 142f3f3

Please sign in to comment.