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.