Skip to content

Commit 1171fdf

Browse files
committed
Add link to arm32/aarch64 wheels
1 parent c4e6e1f commit 1171fdf

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

install/components.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,13 @@ RoboRIO vs Computer
7777

7878
The RobotPy meta package is used for installation on both the RoboRIO and
7979
on your computer.
80+
81+
Coprocessor installation
82+
------------------------
83+
84+
Building RobotPy components can take a really long time, so its best if you
85+
use the pre-built wheels that we publish for ARM32 and AARCH64 systems.
86+
87+
.. code-block:: sh
88+
89+
pip3 install --find-links=https://tortall.net/~robotpy/wheels/2023/raspbian/ -U robotpy

install/computer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Computer Installation
77
.. note:: installation via pip typically requires internet access
88

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

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

0 commit comments

Comments
 (0)