Skip to content

Commit

Permalink
Fix MXNet installation error using pip.
Browse files Browse the repository at this point in the history
modified:   chapter_installation/index.md
  • Loading branch information
xinetzone authored and astonzhang committed Feb 17, 2021
1 parent a36177e commit 1084fde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chapter_installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ conda install python=3.7 pip -y

:begin_tab:`mxnet`
```bash
# For Windows users
pip install mxnet==1.7.0 -f https://dist.mxnet.io/python

# For Linux and macOS users
pip install mxnet==1.7.0
```
:end_tab:
Expand Down

0 comments on commit 1084fde

Please sign in to comment.