Skip to content

Commit c4e6e1f

Browse files
authored
Merge pull request #51 from OliverW10/fix-robot-upgrade-doc
Removed upgrading robotpy on robot section
2 parents a1b4c08 + f976c1e commit c4e6e1f

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

install/robot.rst

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -142,37 +142,3 @@ on PyPI.
142142
project distributes some commonly used packages. See the
143143
`roborio-wheels <https://github.com/robotpy/roborio-wheels/>`_
144144
project for more details.
145-
146-
Upgrading RobotPy on a roboRIO
147-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
148-
149-
The ``download`` and ``install`` commands support some pip options, so to
150-
upgrade you can use the ``-U`` flag on the commands mentioned above to
151-
download the latest versions of RobotPy.
152-
153-
.. tab:: Windows
154-
155-
.. code-block:: sh
156-
157-
py -3 -m robotpy_installer download -U robotpy
158-
159-
.. tab:: Linux/macOS
160-
161-
.. code-block:: sh
162-
163-
robotpy-installer download -U robotpy
164-
165-
The robotpy installer can tell you what packages you have installed on a
166-
roboRIO:
167-
168-
.. tab:: Windows
169-
170-
.. code-block:: sh
171-
172-
py -3 -m robotpy_installer list
173-
174-
.. tab:: Linux/macOS
175-
176-
.. code-block:: sh
177-
178-
robotpy-installer list

0 commit comments

Comments
 (0)