You can also install NNI in a docker image. Please follow the instructions [here](https://github.com/Microsoft/nni/tree/master/deployment/docker/README.md) to build NNI docker image. The NNI docker image can also be retrieved from Docker Hub through the command `docker pull msranni/nni:latest`.
## Install on Windows
Anaconda or Miniconda is highly recommended to manage multiple Python environments.
* Install NNI through pip
Prerequisites: `python 64-bit >= 3.5`
```bash
python -m pip install--upgrade nni
```
* Install NNI through source code
If you are interested on special or latest code version, you can install NNI through source code.
* Wait for the message `INFO: Successfully started experiment!` in the command line. This message indicates that your experiment has been successfully started. You can explore the experiment using the `Web UI url`.
* Open the `Web UI url` in your browser, you can view detail information of the experiment and all the submitted trial jobs as shown below. [Here](../Tutorial/WebUI.md) are more Web UI pages.


## System requirements
Due to potential programming changes, the minimum system requirements of NNI may change over time.