File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,11 @@ Ubuntu/Linux:
19
19
sudo -H pip3 install --upgrade tensorflow
20
20
21
21
Windows:
22
- Tensorflow has not yet been released for Windows. It has been reported to work under the Windows 10 bash environment
23
- so feel free to try it. However, for this lab, the recommended setup on PCs is Virtualbox:
22
+ Install Anaconda, Python 3 version: https://www.continuum.io/downloads#windows
23
+ Anaconda comes with matplotlib built in.
24
+ In the Anaconda shell type: pip install --upgrade tensorflow
25
+
26
+ Windows/Virtualbox:
24
27
Install Virtualbox from https://www.virtualbox.org/wiki/Downloads
25
28
Create an Linux/Ubuntu virtual machine and install Ubuntu from http://www.ubuntu.com/download/desktop/
26
29
[Optional: In the virtual machine install Virtualbox helpers (allows screen resolution changes) using:
You can’t perform that action at this time.
0 commit comments