File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,14 +51,17 @@ pip install --upgrade --user ~/path_to_save_wheel/<wheel_name>.whl
5151This maintenance release only provide the wheel binaries for download and installation in Linux.
5252
5353Run the below instruction to install the wheel into an existing Python* installation. Python
54- versions supported are 3.6, and 3.7. The commands to install the current release for different
54+ versions supported are 3.5, 3. 6, and 3.7. The commands to install the current release for different
5555Python versions are as below:
5656
5757```
58- $ pip install https://storage.googleapis.com/intel-optimized-tensorflow/intel_tensorflow-1.15.0up3-cp36-cp36m -manylinux2010_x86_64.whl
58+ $ pip install https://storage.googleapis.com/intel-optimized-tensorflow/intel_tensorflow-1.15.0up3-cp35-cp35m -manylinux2010_x86_64.whl
5959```
6060```
61- $ pip install https://storage.googleapis.com/intel-optimized-tensorflow/intel_tensorflow-1.15.0up3-cp37-cp37m-manylinux2010_x86_64.whl
61+ $ pip install https://storage.googleapis.com/intel-optimized-tensorflow/intel_tensorflow-1.15.0up3-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
62+ ```
63+ ```
64+ $ pip install https://storage.googleapis.com/intel-optimized-tensorflow/intel_tensorflow-1.15.0up3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
6265```
6366
6467Learn more about the [ TensorFlow community] ( https://www.tensorflow.org/community ) and how to [ contribute] ( https://www.tensorflow.org/community/contribute ) .
You can’t perform that action at this time.
0 commit comments