Skip to content

Commit

Permalink
Add link to arm32/aarch64 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Jan 21, 2023
1 parent c4e6e1f commit 1171fdf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions install/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,13 @@ RoboRIO vs Computer

The RobotPy meta package is used for installation on both the RoboRIO and
on your computer.

Coprocessor installation
------------------------

Building RobotPy components can take a really long time, so its best if you
use the pre-built wheels that we publish for ARM32 and AARCH64 systems.

.. code-block:: sh
pip3 install --find-links=https://tortall.net/~robotpy/wheels/2023/raspbian/ -U robotpy
4 changes: 2 additions & 2 deletions install/computer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Computer Installation
.. note:: installation via pip typically requires internet access

RobotPy requires Python 3.7/3.8/3.9/3.10/3.11 to be installed on your computer. We
no longer support 32-bit installations of Python, you must have a 64-bit
python installed.
no longer support 32-bit installations of Python except on ARM coprocessors, you
must have a 64-bit python installed.

* `Python for Windows <https://www.python.org/downloads/windows/>`_
* `Python for macOS <https://www.python.org/downloads/mac-osx/>`_
Expand Down

0 comments on commit 1171fdf

Please sign in to comment.