Skip to content

Commit

Permalink
Update cscode install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Feb 21, 2021
1 parent e682604 commit 2a4048b
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions install/cscore.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,26 @@ RoboRIO installation

If you have robotpy-installer on your computer, then installing ``robotpy-cscore``
is very simple::

.. tab:: Windows

.. code-block:: sh
# While connected to the internet
py -3 -m robotpy_installer download robotpy-cscore
# While connected to the network with a RoboRIO on it
py -3 -m robotpy_installer install robotpy-cscore
.. tab:: Linux/macOS

.. code-block:: sh
# While connected to the internet
robotpy-installer opkg download cscore
# While connected to the network with a RoboRIO on it
robotpy-installer opkg install cscore
# While connected to the internet
robotpy-installer download robotpy-cscore
# While connected to the network with a RoboRIO on it
robotpy-installer install robotpy-cscore
For additional details about running robotpy-installer on your computer, see
the :ref:`robotpy-installer documentation <install_packages>`.
Expand Down

0 comments on commit 2a4048b

Please sign in to comment.