Skip to content

Commit c11b463

Browse files
committed
Add changes for pyntcore
1 parent d25c297 commit c11b463

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

BuildRaspi.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,9 @@ See also: https://docs.wpilib.org/en/latest/docs/software/vision-processing/rasp
413413
# following may be present in wpilibpi, but shouldn't hurt
414414
sudo python3 -m pip install picamera
415415
sudo python3 -m pip install numpy
416-
sudo python3 -m pip install pynetworktables
416+
sudo python3 -m pip install -U pyntcore
417+
418+
(the last one, pyntcore, may take a while, as some dependencies may need to be installed.)
417419
```
418420
419421
### pull git repository

0 commit comments

Comments
 (0)