We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef44a3 commit 30958bbCopy full SHA for 30958bb
docs/getting_started/installation.md
@@ -6,13 +6,13 @@ The package is easy to install and keep up to date.
6
7
Install `aifn` using [`pip`](https://pip.pypa.io/en/stable/getting-started/):
8
```bash
9
-pip install weco
+pip install aifn
10
```
11
*We always recommend installing the package within a python virtual environment or conda environment.*
12
13
If you already have the package and simply want to upgrade:
14
15
-pip install --upgrade weco
+pip install --upgrade aifn
16
17
18
## Source 📖
0 commit comments