Commit 2ce00839 authored by goooxu's avatar goooxu Committed by chicm-ms
Browse files

Hide install via pip prompt, since 0.3 has not been published (#287)

parent e240c7a4
...@@ -21,12 +21,6 @@ The tool dispatches and runs trial jobs that generated by tuning algorithms to s ...@@ -21,12 +21,6 @@ The tool dispatches and runs trial jobs that generated by tuning algorithms to s
## **Install & Verify** ## **Install & Verify**
**Install through pip**
* We only support Linux in current stage, Ubuntu 16.04 or higher are tested and supported. Simply run the following `pip install` in an environment that has `python >= 3.5`.
```bash
python3 -m pip install --user nni-pkg
```
**Install through source code** **Install through source code**
* We only support Linux in current stage, Ubuntu 16.04 or higher are tested and supported. Simply run the following `pip install` in an environment that has `python >= 3.5`, `git` and `wget`. * We only support Linux in current stage, Ubuntu 16.04 or higher are tested and supported. Simply run the following `pip install` in an environment that has `python >= 3.5`, `git` and `wget`.
```bash ```bash
......
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