Skip to content

Commit

Permalink
Remove -U option to robotpy installer
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Feb 10, 2023
1 parent 39c6eb5 commit 137cb18
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion install/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions install/ctre.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions install/navx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions install/pathplannerlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions install/photonvision.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions install/pwfusion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions install/rev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 137cb18

Please sign in to comment.