forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add note about colab notebooks on install page.
Remove some gerunds. PiperOrigin-RevId: 204792915
- Loading branch information
1 parent
bf0f48d
commit e224e2d
Showing
10 changed files
with
26 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters