Commit 335a0a89 authored by QuanluZhang's avatar QuanluZhang Committed by Scarlett Li
Browse files

Update GetStarted.md

parent 4177f713
...@@ -11,12 +11,12 @@ ...@@ -11,12 +11,12 @@
* __Install NNI through pip__ * __Install NNI through pip__
pip3 install -v --user git+https://github.com/Microsoft/NeuralNetworkIntelligence.git pip3 install -v --user git+https://github.com/Microsoft/nni.git
source ~/.bashrc source ~/.bashrc
* __Install NNI through source code__ * __Install NNI through source code__
git clone https://github.com/Microsoft/NeuralNetworkIntelligence git clone https://github.com/Microsoft/nni.git
cd NeuralNetworkIntelligence cd NeuralNetworkIntelligence
chmod +x install.sh chmod +x install.sh
source install.sh source install.sh
......
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