Skip to content

Commit

Permalink
Merge pull request #51 from OliverW10/fix-robot-upgrade-doc
Browse files Browse the repository at this point in the history
Removed upgrading robotpy on robot section
  • Loading branch information
virtuald authored Jan 13, 2023
2 parents a1b4c08 + f976c1e commit c4e6e1f
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions install/robot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,37 +142,3 @@ on PyPI.
project distributes some commonly used packages. See the
`roborio-wheels <https://github.com/robotpy/roborio-wheels/>`_
project for more details.

Upgrading RobotPy on a roboRIO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The ``download`` and ``install`` commands support some pip options, so to
upgrade you can use the ``-U`` flag on the commands mentioned above to
download the latest versions of RobotPy.

.. tab:: Windows

.. code-block:: sh
py -3 -m robotpy_installer download -U robotpy
.. tab:: Linux/macOS

.. code-block:: sh
robotpy-installer download -U robotpy
The robotpy installer can tell you what packages you have installed on a
roboRIO:

.. tab:: Windows

.. code-block:: sh
py -3 -m robotpy_installer list
.. tab:: Linux/macOS

.. code-block:: sh
robotpy-installer list

0 comments on commit c4e6e1f

Please sign in to comment.