Meta package to make installing robotpy easier
Project description
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 `
Install optional RobotPy components
> [!NOTE] > At the beginning of build season not all components are available because > vendors haven’t made releases set. If you install one of those components, > it will try to install version 0.0.0
There are several categories of optional components that you can install. This uses the standard pip ‘extras’ installation functionality. The available categories are:
apriltag
commands2
cscore
navx
pathplannerlib
phoenix5
phoenix6
playingwithfusion
rev
romi
sim
xrp
Let’s say that you wanted to install the latest version of the NavX software along with command based programming. You would do this:
On Windows:
` py -3 -m pip install -U robotpy[navx,commands2] `
On Linux/OSX:
` pip3 install -U robotpy[navx,commands2] `
Install all optional components
There is a special ‘all’ category which will install the core components and all of the optional categories.
On Windows:
` py -3 -m pip install -U robotpy[all] `
On Linux/OSX:
` pip3 install -U robotpy[all] `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file robotpy-2024.3.2.2.tar.gz
.
File metadata
- Download URL: robotpy-2024.3.2.2.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7557934f08e149aa4af8cc67a2bc14ef70408e21833c6075222aaf040d2e9117 |
|
MD5 | 9b6043497c347003ef196e3b1a765504 |
|
BLAKE2b-256 | 2297d475c5dd8a0c8ff46729afa0c0a08422eb46bc634ea006abc4ead2ac6644 |
File details
Details for the file robotpy-2024.3.2.2-py3-none-any.whl
.
File metadata
- Download URL: robotpy-2024.3.2.2-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9af5a6c0a28384e3bab11247f04231c6110d827561f61b39bfffffd4e8b14833 |
|
MD5 | 4a0c3a767f750bcaed537ec046be621b |
|
BLAKE2b-256 | 5d613774a5aad962bf2d51ec8838793bdde2c176a06e8733453d4384c08c2db3 |