Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Refine mxnet python installation #12696

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/install/windows_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ opencv_world341.dll (in OpenCV folder you download)
* Select the **Advanced tab** and click **Environment Variables**
* Double click the **Path** and click **New**
* Add ```C:\common``` and click OK
7. Use setup.py to insatll the package
7. Use setup.py to insatll the package.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spelling...

```bash
# Assuming you are in root mxnet source code folder
cd python
Expand Down