File tree Expand file tree Collapse file tree 1 file changed +25
-23
lines changed Expand file tree Collapse file tree 1 file changed +25
-23
lines changed Original file line number Diff line number Diff line change @@ -73,39 +73,41 @@ for post-installation instructions.
7373| ---| ---|
7474
7575## Install for Windows
76+
77+ ### ** Prerequisites**
78+
79+ The following prerequisites and requirements must be satisfied in order to install successfully:
80+
81+ - Python version: 3.6 or 3.7 or 3.8
82+
83+ - Download and install anaconda: [ anaconda] ( https://anaconda.org/ )
84+
85+ - Create a virtual environment named lpot in anaconda:
86+
87+ ``` shell
88+ # Here we install python 3.7 for instance. You can also choose python 3.6 & 3.8.
89+ conda create -n lpot python=3.7
90+ conda activate lpot
91+ ```
92+
7693### Install from binary
94+
7795 ``` shell
7896 # install from pip
7997 pip install lpot
8098
8199 # install from conda
82100 conda install lpot -c conda-forge -c intel
83101 ```
84- ### Install from source
85102
86- #### ** Prerequisites**
87-
88- The following prerequisites and requirements must be satisfied in order to install successfully:
89-
90- - Python version: 3.6 or 3.7 or 3.8
91-
92- - Download and install anaconda: [ anaconda] ( https://anaconda.org/ )
103+ ### Install from source
93104
94- - Create a virtual environment named lpot in anaconda:
95- ``` shell
96- # Here we install python 3.7 for instance. You can also choose python 3.6 & 3.8.
97- conda create -n lpot python=3.7
98- conda activate lpot
99- ```
100-
101- # ### **Installation Procedure**
102-
103- ` ` ` shell
104- git clone https://github.com/intel/lpot.git
105- cd lpot
106- pip install -r requirements.txt
107- python setup.py install
108- ` ` `
105+ ``` shell
106+ git clone https://github.com/intel/lpot.git
107+ cd lpot
108+ pip install -r requirements.txt
109+ python setup.py install
110+ ```
109111
110112# Getting started
111113
You can’t perform that action at this time.
0 commit comments