Skip to content

Commit

Permalink
Add note about colab notebooks on install page.
Browse files Browse the repository at this point in the history
Remove some gerunds.

PiperOrigin-RevId: 204792915
  • Loading branch information
lamberta authored and tensorflower-gardener committed Jul 16, 2018
1 parent bf0f48d commit e224e2d
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 24 deletions.
31 changes: 17 additions & 14 deletions tensorflow/docs_src/install/index.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,39 @@
# Installing TensorFlow
# Install TensorFlow

We've built and tested TensorFlow on the following 64-bit laptop/desktop
operating systems:
Note: Run the [TensorFlow tutorials](../tutorials) in a pre-configured
[Colab notebook environment](https://colab.research.google.com/notebooks/welcome.ipynb){: .external},
without installation.

TensorFlow is built and tested on the following 64-bit 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.
While TensorFlow may work on other systems, we only support—and fix issues in—the
systems listed above.

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}
* @{$install_linux$Install TensorFlow on Ubuntu}
* @{$install_mac$Install TensorFlow on macOS}
* @{$install_windows$Install TensorFlow on Windows}
* @{$install_raspbian$Install TensorFlow on a Raspberry Pi}
* @{$install_sources$Install TensorFlow from source code}

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}
* @{$migration$Transition 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}
* @{$install_java$Install TensorFlow for Java}
* @{$install_c$Install TensorFlow for C}
* @{$install_go$Install TensorFlow for Go}

2 changes: 1 addition & 1 deletion tensorflow/docs_src/install/install_c.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Installing TensorFlow for C
# Install TensorFlow for C

TensorFlow provides a C API defined in
[`c_api.h`](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/c/c_api.h),
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/docs_src/install/install_go.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Installing TensorFlow for Go
# Install TensorFlow for Go

TensorFlow provides APIs for use in Go programs. These APIs are particularly
well-suited to loading models created in Python and executing them within
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/docs_src/install/install_java.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Installing TensorFlow for Java
# Install TensorFlow for Java

TensorFlow provides APIs for use in Java programs. These APIs are particularly
well-suited to loading models created in Python and executing them within a
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/docs_src/install/install_linux.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Installing TensorFlow on Ubuntu
# Install TensorFlow on Ubuntu

This guide explains how to install TensorFlow on Ubuntu Linux. While these
instructions may work on other Linux variants, they are tested and supported with
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/docs_src/install/install_mac.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Installing TensorFlow on macOS
# Install TensorFlow on macOS

This guide explains how to install TensorFlow on macOS. Although these
instructions might also work on other macOS variants, we have only
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/docs_src/install/install_raspbian.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Installing TensorFlow on Raspbian
# Install TensorFlow on Raspbian

This guide explains how to install TensorFlow on a Raspberry Pi running
Raspbian. Although these instructions might also work on other Pi variants, we
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/docs_src/install/install_sources.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Installing TensorFlow from Sources
# Install TensorFlow from Sources

This guide explains how to build TensorFlow sources into a TensorFlow
binary and how to install that TensorFlow binary. Note that we provide
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/docs_src/install/install_windows.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Installing TensorFlow on Windows
# Install TensorFlow on Windows

This guide explains how to install TensorFlow on Windows. Although these
instructions might also work on other Windows variants, we have only
Expand Down
3 changes: 1 addition & 2 deletions tensorflow/docs_src/install/migration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

# Transitioning to TensorFlow 1.0
# Transition to TensorFlow 1.0


The APIs in TensorFlow 1.0 have changed in ways that are not all backwards
Expand Down

0 comments on commit e224e2d

Please sign in to comment.