Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robotpy/robotpy-installer
RobotPy installer program
https://github.com/robotpy/robotpy-installer
frc installer python roborio robotpy
Last synced: 14 days ago
JSON representation
RobotPy installer program
- Host: GitHub
- URL: https://github.com/robotpy/robotpy-installer
- Owner: robotpy
- License: mit
- Created: 2017-01-07T19:55:56.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T00:23:28.000Z (26 days ago)
- Last Synced: 2024-12-08T00:45:29.575Z (26 days ago)
- Topics: frc, installer, python, roborio, robotpy
- Language: Python
- Size: 228 KB
- Stars: 5
- Watchers: 7
- Forks: 12
- Open Issues: 23
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
robotpy-installer
=================The RobotPy installer can be used to:
* Install python on your RoboRIO
* Install python packages on your RoboRIO via pip
* Deploy RobotPy projects to a RoboRIOIt can install downloaded packages on your RoboRIO without requiring internet
access, which makes it usable in a competition (provided you downloaded the
necessary packages when you were connected to the internet).For more information about installing and using the RobotPy installer, see
`http://robotpy.readthedocs.io/en/stable/install/packages.html `_