Skip to content

Commit f29c204

Browse files
dynamicwebpaigeseanpmorgan
authored andcommitted
Added import instructions for addons. (#84)
* Added import instructions for addons.
1 parent ade8fc0 commit f29c204

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ To install the latest version, run the following:
6262
pip install tensorflow-addons
6363
```
6464

65+
**Note:** You will also need [TensorFlow 2.0 or higher](https://www.tensorflow.org/alpha).
66+
67+
To use addons:
68+
69+
```python
70+
import tensorflow as tf
71+
import tensorflow_addons as tfa
72+
```
73+
6574
#### Installing from Source
6675
You can also install from source. This requires the [Bazel](
6776
https://bazel.build/) build system.

0 commit comments

Comments
 (0)