https://github.com/robotpy/robotpy-meta
Provides 'pip install robotpy'
https://github.com/robotpy/robotpy-meta
frc python robotpy
Last synced: about 2 months 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: 2025-02-04T20:50:44.000Z (11 months ago)
- Last Synced: 2025-02-04T21:12:37.546Z (11 months ago)
- Topics: frc, python, robotpy
- Language: Python
- Size: 110 KB
- Stars: 2
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
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
```