Skip to content

Commit ff7a9a3

Browse files
committed
Updated installation procedure
1 parent 2b151ad commit ff7a9a3

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,15 @@ NumPy and other dependencies:
105105

106106
conda install scikit-learn
107107

108-
You may also need to install Jupyter Notebook and matplotlib:
108+
You may also need to install other dependencies, such as:
109109

110-
conda install jupyter matplotlib
110+
conda install jupyter matplotlib scipy pillow
111111

112-
Now you have to install TensorFlow. This procedure might change in the future. At the time of this writing,
113-
the most recent TensorFlow version was 0.10.0. It comes in different builds depending on your needs.
114-
I need the Python 3.5 build for a Linux PC with only a CPU (no GPU). So I look at the [list of builds](https://www.tensorflow.org/versions/master/get_started/os_setup.html)
115-
and find the appropriate link which in my case is:
116-
117-
pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0-cp35-cp35m-linux_x86_64.whl
112+
Now you have to install TensorFlow. It is now possible to install the CPU-version of TensorFlow
113+
directly using pip. We also need the [PrettyTensor](https://github.com/google/prettytensor)
114+
add-on package so we install that as well:
115+
116+
pip install tensorflow prettytensor
118117

119118
It is much more complicated to install the GPU-version because you also need various NVIDIA drivers.
120119
That is not described here.

0 commit comments

Comments
 (0)