Skip to content

Commit 30958bb

Browse files
committed
Correct installation section in docs
1 parent eef44a3 commit 30958bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting_started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ The package is easy to install and keep up to date.
66

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

1313
If you already have the package and simply want to upgrade:
1414
```bash
15-
pip install --upgrade weco
15+
pip install --upgrade aifn
1616
```
1717

1818
## Source 📖

0 commit comments

Comments
 (0)