You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,11 @@ Development environment
42
42
-----------------------
43
43
44
44
To install all robotpy packages in [editable mode](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#working-in-development-mode)
45
-
run this:
45
+
first run this to install dependencies:
46
+
47
+
./rdev.sh install-prereqs
48
+
49
+
Then each time you want to build everything:
46
50
47
51
./rdev.sh develop
48
52
@@ -55,7 +59,7 @@ rebuild an individual package:
55
59
56
60
./rdev.sh develop NAME
57
61
58
-
It can be a slow process,see the [robotpy-build documentation](https://robotpy-build.readthedocs.io/en/stable/tips.html)
62
+
It can be a slow process,see the [semiwrap documentation](https://semiwrap.readthedocs.io/en/stable/tips.html)
0 commit comments