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
In these last few days, I was trying to config an "interpreter actions" by RobotPy's examples guideline, but it's necessary to add each new example that contains robot.py inside.
Prerequisites
Following good practices, it's nice to add the necessary package to run all examples in requirements.txt. That includes all 3rd party hardware that connects with the libraries of RobotPy, e.g. navX, CTRE.
I think when we run the pip3 install robotpy[all] can install things that might not useful.
Well, it's just my opinion
The text was updated successfully, but these errors were encountered:
Actions
In these last few days, I was trying to config an "interpreter actions" by RobotPy's examples guideline, but it's necessary to add each new example that contains
robot.py
inside.Prerequisites
Following good practices, it's nice to add the necessary package to run all examples in
requirements.txt
. That includes all 3rd party hardware that connects with the libraries of RobotPy, e.g. navX, CTRE.I think when we run the
pip3 install robotpy[all]
can install things that might not useful.Well, it's just my opinion
The text was updated successfully, but these errors were encountered: