From 1171fdf7382c1ddffb298a9c597faeda890818f4 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Sat, 21 Jan 2023 02:31:13 -0500 Subject: [PATCH] Add link to arm32/aarch64 wheels --- install/components.rst | 10 ++++++++++ install/computer.rst | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/install/components.rst b/install/components.rst index e9d5a50..2868f2a 100644 --- a/install/components.rst +++ b/install/components.rst @@ -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 diff --git a/install/computer.rst b/install/computer.rst index e2f471a..4cad43f 100644 --- a/install/computer.rst +++ b/install/computer.rst @@ -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 `_ * `Python for macOS `_