Unverified Commit d6dcb483 authored by Omkar Pangarkar's avatar Omkar Pangarkar Committed by GitHub
Browse files

Update build_from_source.rst (#5024)

parent ed455174
...@@ -63,7 +63,7 @@ In bash: ...@@ -63,7 +63,7 @@ In bash:
export NNI_RELEASE=2.0 export NNI_RELEASE=2.0
python setup.py build_ts python setup.py build_ts
python bdist_wheel python setup.py bdist_wheel
In PowerShell: In PowerShell:
...@@ -71,7 +71,7 @@ In PowerShell: ...@@ -71,7 +71,7 @@ In PowerShell:
$env:NNI_RELEASE=2.0 $env:NNI_RELEASE=2.0
python setup.py build_ts python setup.py build_ts
python bdist_wheel python setup.py bdist_wheel
If successful, you will find the wheel in ``dist`` directory. If successful, you will find the wheel in ``dist`` directory.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment