Skip to content

Commit cc4c713

Browse files
authored
Update README.md
1 parent f9b279d commit cc4c713

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,8 @@ $ sudo -H pip3 install tensorflow-2.8.0-cp39-none-linux_aarch64.whl
129129
## Operation check
130130
**Example of Python 3.x series**
131131
```bash
132-
$ python3
133-
>>> import tensorflow
134-
>>> tensorflow.__version__
135-
1.15.0
136-
>>> exit()
132+
$ python -c 'import tensorflow as tf;print(tf.__version__)'
133+
2.8.0
137134
```
138135

139136
**Sample of MultiThread x4**

0 commit comments

Comments
 (0)