@@ -23,21 +23,23 @@ The tool dispatches and runs trial jobs that generated by tuning algorithms to s
...
@@ -23,21 +23,23 @@ The tool dispatches and runs trial jobs that generated by tuning algorithms to s
**Install through pip**
**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`.
* 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
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`.