Skip to content

Commit 982a991

Browse files
author
Han Wang
committed
fix bug of python 3.6 gcc requirement in readme
1 parent 7a31fdb commit 982a991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ First, check the python version and compiler version on your machine
9393
```bash
9494
python --version; gcc --version
9595
```
96-
If your python version is 3.6.x, it is highly recommended to use a GNU C/C++ compiler of version lower than 5.0. If your python version is 3.7.x, it is highly recommended that the GNU C/C++ compiler is higher than or equal to 5.0.
96+
If your python version is 3.7.x, it is highly recommended that the GNU C/C++ compiler is higher than or equal to 5.0.
9797

9898
We follow the virtual environment approach to install the tensorflow's Python interface. The full instruction can be found on [the tensorflow's official website](https://www.tensorflow.org/install/pip). Now we assume that the Python interface will be installed to virtual environment directory `$tensorflow_venv`
9999
```bash

0 commit comments

Comments
 (0)