From 137cb1845a92d504c4e17585022844e6229ef340 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Fri, 10 Feb 2023 09:37:24 -0500 Subject: [PATCH] Remove -U option to robotpy installer --- install/commands.rst | 2 +- install/ctre.rst | 4 ++-- install/navx.rst | 4 ++-- install/pathplannerlib.rst | 4 ++-- install/photonvision.rst | 4 ++-- install/pwfusion.rst | 4 ++-- install/rev.rst | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/install/commands.rst b/install/commands.rst index c835e0a..13111de 100644 --- a/install/commands.rst +++ b/install/commands.rst @@ -41,7 +41,7 @@ to the internet: .. code-block:: sh - py -3 -m robotpy_installer download -U robotpy[commands2] + py -3 -m robotpy_installer download robotpy[commands2] .. tab:: Linux/macOS diff --git a/install/ctre.rst b/install/ctre.rst index 081e6de..477ecd9 100644 --- a/install/ctre.rst +++ b/install/ctre.rst @@ -40,13 +40,13 @@ while connected to the internet: .. code-block:: sh - py -3 -m robotpy_installer download -U robotpy[ctre] + py -3 -m robotpy_installer download robotpy[ctre] .. tab:: Linux/macOS .. code-block:: sh - robotpy-installer download -U robotpy[ctre] + robotpy-installer download robotpy[ctre] Then, when connected to the roborio's network, run: diff --git a/install/navx.rst b/install/navx.rst index ccfdad4..e3ba47b 100644 --- a/install/navx.rst +++ b/install/navx.rst @@ -33,13 +33,13 @@ computer while connected to the internet: .. code-block:: sh - py -3 -m robotpy_installer download -U robotpy[navx] + py -3 -m robotpy_installer download robotpy[navx] .. tab:: Linux/macOS .. code-block:: sh - robotpy-installer download -U robotpy[navx] + robotpy-installer download robotpy[navx] Then, when connected to the roborio's network, run: diff --git a/install/pathplannerlib.rst b/install/pathplannerlib.rst index 0e4b3d7..62214aa 100644 --- a/install/pathplannerlib.rst +++ b/install/pathplannerlib.rst @@ -39,13 +39,13 @@ while connected to the internet: .. code-block:: sh - py -3 -m robotpy_installer download -U robotpy[pathplannerlib] + py -3 -m robotpy_installer download robotpy[pathplannerlib] .. tab:: Linux/macOS .. code-block:: sh - robotpy-installer download -U robotpy[pathplannerlib] + robotpy-installer download robotpy[pathplannerlib] Then, when connected to the roborio's network, run: diff --git a/install/photonvision.rst b/install/photonvision.rst index 64eea4f..09c81b2 100644 --- a/install/photonvision.rst +++ b/install/photonvision.rst @@ -39,13 +39,13 @@ while connected to the internet: .. code-block:: sh - py -3 -m robotpy_installer download -U robotpy[photonvision] + py -3 -m robotpy_installer download robotpy[photonvision] .. tab:: Linux/macOS .. code-block:: sh - robotpy-installer download -U robotpy[photonvision] + robotpy-installer download robotpy[photonvision] Then, when connected to the roborio's network, run: diff --git a/install/pwfusion.rst b/install/pwfusion.rst index 467f3f5..377e70c 100644 --- a/install/pwfusion.rst +++ b/install/pwfusion.rst @@ -39,13 +39,13 @@ while connected to the internet: .. code-block:: sh - py -3 -m robotpy_installer download -U robotpy[playingwithfusion] + py -3 -m robotpy_installer download robotpy[playingwithfusion] .. tab:: Linux/macOS .. code-block:: sh - robotpy-installer download -U robotpy[playingwithfusion] + robotpy-installer download robotpy[playingwithfusion] Then, when connected to the roborio's network, run: diff --git a/install/rev.rst b/install/rev.rst index bb7ccd2..791e152 100644 --- a/install/rev.rst +++ b/install/rev.rst @@ -39,13 +39,13 @@ while connected to the internet: .. code-block:: sh - py -3 -m robotpy_installer download -U robotpy[rev] + py -3 -m robotpy_installer download robotpy[rev] .. tab:: Linux/macOS .. code-block:: sh - robotpy-installer download -U robotpy[rev] + robotpy-installer download robotpy[rev] Then, when connected to the roborio's network, run: