File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -77,3 +77,13 @@ RoboRIO vs Computer
77
77
78
78
The RobotPy meta package is used for installation on both the RoboRIO and
79
79
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
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ Computer Installation
7
7
.. note :: installation via pip typically requires internet access
8
8
9
9
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.
12
12
13
13
* `Python for Windows <https://www.python.org/downloads/windows/ >`_
14
14
* `Python for macOS <https://www.python.org/downloads/mac-osx/ >`_
You can’t perform that action at this time.
0 commit comments