Skip to content

Commit

Permalink
Merge pull request #2722 from jdebacker/pip_install
Browse files Browse the repository at this point in the history
Updates to install instructions
  • Loading branch information
jdebacker committed Feb 26, 2024
2 parents d6a542d + f27093b commit ad54234
Show file tree
Hide file tree
Showing 13 changed files with 849 additions and 1,122 deletions.
16 changes: 14 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ 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:

```
pip install taxcalc
```

When using
Expand Down Expand Up @@ -56,7 +62,13 @@ 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

```
pip install -U taxcalc
```

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

0 comments on commit ad54234

Please sign in to comment.