Skip to content

Commit

Permalink
Correct installation section in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvSrikanth committed Nov 25, 2024
1 parent eef44a3 commit 30958bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The package is easy to install and keep up to date.

Install `aifn` using [`pip`](https://pip.pypa.io/en/stable/getting-started/):
```bash
pip install weco
pip install aifn
```
*We always recommend installing the package within a python virtual environment or conda environment.*

If you already have the package and simply want to upgrade:
```bash
pip install --upgrade weco
pip install --upgrade aifn
```

## Source 📖
Expand Down

0 comments on commit 30958bb

Please sign in to comment.