Commit 1d6c8833 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Merge pull request #8191 from ayushmankumar7:master

PiperOrigin-RevId: 297143412
parents c5ad244e 30fa1784
...@@ -18,7 +18,7 @@ from the ...@@ -18,7 +18,7 @@ from the
You may start from installing with pip: You may start from installing with pip:
```shell ```shell
pip install tf-nightly pip3 install tf-nightly
``` ```
**Stable versions** of the official models targeting releases of TensorFlow are **Stable versions** of the official models targeting releases of TensorFlow are
...@@ -66,11 +66,6 @@ please consider: ...@@ -66,11 +66,6 @@ please consider:
pip3 install --user -r official/requirements.txt pip3 install --user -r official/requirements.txt
``` ```
or (Python 2 compatibility is not guaranteed)
```shell
pip install --user -r official/requirements.txt
```
To make Official Models easier to use, we are planning to create a pip To make Official Models easier to use, we are planning to create a pip
installable Official Models package. This is being tracked in installable Official Models package. This is being tracked in
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment