You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-27Lines changed: 7 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -22,41 +22,21 @@ More on the topic:
22
22
23
23
## Installation
24
24
25
-
Install the core functionality:
26
25
```bash
27
26
pip install rico
28
27
```
29
28
30
-
The core functionality has no dependencies other than the standard Python packages. Optional additional dependencies are required to support the following content types:
31
-
* Plots. Altair, Matplotlib Pyplot and Seaborn are currently supported.
29
+
**rico** has no dependencies other than the standard Python packages.
32
30
33
-
Install one or several extras to use plots or Markdown in HTML documents.
34
-
35
-
[Altair](https://altair-viz.github.io/):
36
-
```bash
37
-
pip install rico[altair]
38
-
```
39
-
40
-
[Matplotlib Pyplot](https://matplotlib.org/):
41
-
```bash
42
-
pip install rico[pyplot]
43
-
```
44
-
45
-
[Seaborn](https://seaborn.pydata.org/):
46
-
```bash
47
-
pip install rico[seaborn]
48
-
```
31
+
### Deprecated
49
32
50
-
Install `rico[seaborn]` extra only to use the [seaborn.objects](https://seaborn.pydata.org/tutorial/objects_interface.html) interface. Otherwise install `rico[pyplot]` as the old Seaborn plotting functions return Matplotlib Pyplot Axes objects.
33
+
Optional additional dependencies were required to support the following content types:
0 commit comments