@@ -21,15 +21,26 @@ The tool dispatches and runs trial jobs that generated by tuning algorithms to s
## **Install & Verify**
**pip install**
**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`.
```
python3 -m pip install --user nni-pkg
```
**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`.