Skip to content

Commit 5568d68

Browse files
committed
Clarified Python 3.5 requirement.
1 parent 431d1d7 commit 5568d68

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,16 @@ the contents of the GitHub repository as a Zip-file and extract it manually.
6969

7070
## Requirements
7171

72+
These tutorials were developed on Linux using **Python 3.5** (the [Anaconda](https://www.continuum.io/downloads) distribution) and [PyCharm](https://www.jetbrains.com/pycharm/).
73+
74+
There are reports that Python 2.7 gives error messages with these tutorials. Please make sure you are using **Python 3.5** or later!
75+
7276
There are different ways of installing and running TensorFlow. This section describes how I did it
7377
for these tutorials. You may want to do it differently and you can search the internet for instructions.
7478

75-
These tutorials were developed on Linux using [Anaconda](https://www.continuum.io/downloads) with Python 3.5 and [PyCharm](https://www.jetbrains.com/pycharm/).
79+
### Example Setup
7680

77-
After installing Anaconda, you should create a [conda environment](http://conda.pydata.org/docs/using/envs.html)
81+
After installing [Anaconda](https://www.continuum.io/downloads), you should create a [conda environment](http://conda.pydata.org/docs/using/envs.html)
7882
so you do not destroy your main installation in case you make a mistake somewhere:
7983

8084
conda create --name tf python=3

0 commit comments

Comments
 (0)