https://github.com/robotpy/robotpy-meta
Provides 'pip install robotpy'
https://github.com/robotpy/robotpy-meta
frc python robotpy
Last synced: 9 days ago
JSON representation
Provides 'pip install robotpy'
- Host: GitHub
- URL: https://github.com/robotpy/robotpy-meta
- Owner: robotpy
- Created: 2020-09-14T03:40:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-22T03:12:47.000Z (25 days ago)
- Last Synced: 2026-02-22T10:37:27.285Z (25 days ago)
- Topics: frc, python, robotpy
- Language: Python
- Homepage:
- Size: 126 KB
- Stars: 2
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RobotPy meta package
====================
Easy to remember desktop installation for RobotPy! For more information
about RobotPy, see the [documentation](https://robotpy.readthedocs.io).
The instructions below work on a normal computer. For RoboRIO instructions,
see [the documentatation](https://robotpy.readthedocs.io/en/stable/install/robot.html#install-robotpy).
Install core RobotPy components
-------------------------------
On Windows:
```
py -3 -m pip install -U robotpy
```
On Linux/OSX:
```
pip3 install -U robotpy
```