Skip to content

Commit 34e3ea2

Browse files
committed
add pip command
1 parent 28fbf29 commit 34e3ea2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/installation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ $ conda create -n mdio-env
4242
$ conda activate mdio-env
4343
```
4444

45+
Then we need to install with `pip`:
46+
47+
```shell
48+
$ pip install -U multidimio
49+
```
50+
51+
The above command will install MDIO into your `conda` environment.
52+
4553
## Checking Installation
4654

4755
After installing MDIO, run the following:

0 commit comments

Comments
 (0)