Skip to content

Commit

Permalink
Reword install instructions
Browse files Browse the repository at this point in the history
r1.7 is moving to stable

PiperOrigin-RevId: 190881566
  • Loading branch information
TensorFlow Hub Authors authored and andresusanopinto committed Mar 29, 2018
1 parent e1a461c commit 7e4c2a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Installation

Currently, TensorFlow Hub depends on bug fixes and enhancements not present in a
stable TensorFlow release. For now, please [install or
upgrade](https://www.tensorflow.org/install/) your TensorFlow package past
1.7.0rc0. For instance:
TensorFlow Hub depends on bug fixes and enhancements not present in TensorFlow
releases prior to `1.7`. You must [install or
upgrade](https://www.tensorflow.org/install/) your TensorFlow package to at
least `1.7` to use TensorFlow Hub:

```bash
$ pip install "tensorflow>=1.7.0rc0"
$ pip install "tensorflow>=1.7.0"
$ pip install tensorflow-hub
```

Expand Down

0 comments on commit 7e4c2a5

Please sign in to comment.