You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,12 +69,16 @@ the contents of the GitHub repository as a Zip-file and extract it manually.
69
69
70
70
## Requirements
71
71
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
+
72
76
There are different ways of installing and running TensorFlow. This section describes how I did it
73
77
for these tutorials. You may want to do it differently and you can search the internet for instructions.
74
78
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
76
80
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)
78
82
so you do not destroy your main installation in case you make a mistake somewhere:
0 commit comments