Skip to content

Commit 8d280ac

Browse files
committed
update shell commands
1 parent 04f9300 commit 8d280ac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ machine learning, and data processing workflows.
5555

5656
You can install _MDIO_ via [pip] from [PyPI]:
5757

58-
```console
59-
$ pip install multidimio
58+
```shell
59+
pip install multidimio
6060
```
6161

6262
You can also install some optional dependencies (extras) like this:
6363

64-
```console
65-
$ pip install multidimio[distributed]
66-
$ pip install multidimio[cloud]
67-
$ pip install multidimio[lossy]
64+
```shell
65+
pip install multidimio[distributed]
66+
pip install multidimio[cloud]
67+
pip install multidimio[lossy]
6868
```
6969

7070
`distributed` installs [Dask][dask] for parallel, distributed processing.\

0 commit comments

Comments
 (0)