An open API service indexing awesome lists of open source software.

https://github.com/robotpy/robotpy-meta

Provides 'pip install robotpy'
https://github.com/robotpy/robotpy-meta

frc python robotpy

Last synced: 5 months ago
JSON representation

Provides 'pip install robotpy'

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
```