"git@developer.sourcefind.cn:dadigang/Ventoy.git" did not exist on "f3830520135fff47153252afde856ae18955f312"
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:
export NNI_RELEASE=2.0
python setup.py build_ts
python bdist_wheel
python setup.py bdist_wheel
In PowerShell:
......@@ -71,7 +71,7 @@ In PowerShell:
$env:NNI_RELEASE=2.0
python setup.py build_ts
python bdist_wheel
python setup.py bdist_wheel
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