We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e900e commit 4bfe4f7Copy full SHA for 4bfe4f7
README.md
@@ -31,12 +31,15 @@ Next install dependencies using pip:
31
pip install -r rdev_requirements.txt
32
pip install numpy
33
34
-Then run this command to build all the wheels.
+Then run these commands to build all the wheels for the current operating system.
35
36
- ./rdev.sh ci run
+ ./rdev.sh ci build-other-wheels
37
+ ./rdev.sh ci build-meson-wheels
38
39
All the resulting wheels are in `dist`, which can be installed using `pip`.
40
41
+To build wheels for the robot platform, you need to use a crossenv docker image.
42
+See `.github/workflows/dist.yml` for details.
43
44
Development environment
45
-----------------------
0 commit comments