From 7b0c47e59e2af9d28b453609497548cb4fbdc6df Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Thu, 19 Jul 2018 07:36:49 -0700 Subject: [PATCH] fix typo I added. --- tensorflow/docs_src/install/install_linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/docs_src/install/install_linux.md b/tensorflow/docs_src/install/install_linux.md index 84f7cc1c31b..b0106ad4810 100644 --- a/tensorflow/docs_src/install/install_linux.md +++ b/tensorflow/docs_src/install/install_linux.md @@ -221,7 +221,7 @@ And use `pip` to install the package for Python 2 or 3:
   pip install --upgrade --user tensorflow   # Python 2.7
-  pip3 install -upgrade --user tensorflow  # Python 3.n
+  pip3 install --upgrade --user tensorflow  # Python 3.n
 
Use `pip list` to show the packages installed on the system.