Skip to content

Commit 4bfe4f7

Browse files
committed
Fix README build instructions
- Fixes #194
1 parent e6e900e commit 4bfe4f7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@ Next install dependencies using pip:
3131
pip install -r rdev_requirements.txt
3232
pip install numpy
3333

34-
Then run this command to build all the wheels.
34+
Then run these commands to build all the wheels for the current operating system.
3535

36-
./rdev.sh ci run
36+
./rdev.sh ci build-other-wheels
37+
./rdev.sh ci build-meson-wheels
3738

3839
All the resulting wheels are in `dist`, which can be installed using `pip`.
3940

41+
To build wheels for the robot platform, you need to use a crossenv docker image.
42+
See `.github/workflows/dist.yml` for details.
4043

4144
Development environment
4245
-----------------------

0 commit comments

Comments
 (0)