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
There are several categories of optional components that you can install. This uses the standard pip ‘extras’ installation functionality. The available categories are:
commands
commands2
ctre
navx
playingwithfusion
rev
romi
sim
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file robotpy-2022.0.4.tar.gz.
File metadata
- Download URL: robotpy-2022.0.4.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f76ec289d876203fb926a3b050149a10e002945f694574f1017d5a012f665b1
|
|
| MD5 |
1d60b99c974334437ca16d69adccbdec
|
|
| BLAKE2b-256 |
bc5a7c0216b4b80ff2869ca2fa222ed839115bf8b953d4a135d2d9265ccb5d33
|
File details
Details for the file robotpy-2022.0.4-py3-none-any.whl.
File metadata
- Download URL: robotpy-2022.0.4-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af13641d6d6ba93e13d1a33e93a215c70e8ee40ae59b3d9a081ca8c365276462
|
|
| MD5 |
7b6b2abef45404c25aef13c38afc195b
|
|
| BLAKE2b-256 |
04e45c4468fefc06831bc49725c30cb0c2e183326b4cba64f268b51bafe473cd
|