aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/install/index.md
blob: c2e5a991d459f52be7c08a6da3bcad0c57e58934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Installing TensorFlow

We've built and tested TensorFlow on the following 64-bit laptop/desktop
operating systems:

  * macOS 10.12.6 (Sierra) or later.
  * Ubuntu 16.04 or later
  * Windows 7 or later.
  * Raspbian 9.0 or later.

Although you might be able to install TensorFlow on other laptop or desktop
systems, we only support (and only fix issues in) the preceding configurations.

The following guides explain how to install a version of TensorFlow
that enables you to write applications in Python:

  * @{$install_linux$Installing TensorFlow on Ubuntu}
  * @{$install_mac$Installing TensorFlow on macOS}
  * @{$install_windows$Installing TensorFlow on Windows}
  * @{$install_raspbian$Installing TensorFlow on a Raspberry Pi}
  * @{$install_sources$Installing TensorFlow from Sources}

Many aspects of the Python TensorFlow API changed from version 0.n to 1.0.
The following guide explains how to migrate older TensorFlow applications
to Version 1.0:

  * @{$migration$Transitioning to TensorFlow 1.0}

The following guides explain how to install TensorFlow libraries for use in
other programming languages. These APIs are aimed at deploying TensorFlow
models in applications and are not as extensive as the Python APIs.

  * @{$install_java$Installing TensorFlow for Java}
  * @{$install_c$Installing TensorFlow for C}
  * @{$install_go$Installing TensorFlow for Go}