Skip to content

Commit 59bc43e

Browse files
committed
Remove extra details from README
1 parent bb51f9b commit 59bc43e

File tree

1 file changed

+0
-58
lines changed

1 file changed

+0
-58
lines changed

README.md

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -22,61 +22,3 @@ On Linux/OSX:
2222
```
2323
pip3 install -U robotpy
2424
```
25-
26-
Install optional RobotPy components
27-
-----------------------------------
28-
29-
> [!NOTE]
30-
> At the beginning of build season not all components are available because
31-
> vendors haven't made releases set. If you install one of those components,
32-
> it will try to install version `0.0.0`
33-
34-
There are several categories of optional components that you can install. This
35-
uses the standard pip 'extras' installation functionality. The available
36-
categories are:
37-
38-
* apriltag
39-
* commands2
40-
* cscore
41-
* navx
42-
* pathplannerlib
43-
* phoenix5
44-
* phoenix6
45-
* playingwithfusion
46-
* rev
47-
* romi
48-
* sim
49-
* xrp
50-
51-
Let's say that you wanted to install the latest version of the NavX software
52-
along with command based programming. You would do this:
53-
54-
On Windows:
55-
56-
```
57-
py -3 -m pip install -U robotpy[navx,commands2]
58-
```
59-
60-
On Linux/OSX:
61-
62-
```
63-
pip3 install -U robotpy[navx,commands2]
64-
```
65-
66-
Install all optional components
67-
-------------------------------
68-
69-
There is a special 'all' category which will install the core components
70-
and all of the optional categories.
71-
72-
On Windows:
73-
74-
```
75-
py -3 -m pip install -U robotpy[all]
76-
```
77-
78-
On Linux/OSX:
79-
80-
```
81-
pip3 install -U robotpy[all]
82-
```

0 commit comments

Comments
 (0)