File tree Expand file tree Collapse file tree 2 files changed +11
-17
lines changed
Expand file tree Collapse file tree 2 files changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -14,29 +14,23 @@ and interactive visualizations in Python.
1414Installation
1515============
1616
17- .. panels ::
18- :card: + install-card
19- :column: col-lg-6 col-md-6 col-sm-12 col-xs-12 p-3
20-
21- Installing using `conda <https://docs.continuum.io/anaconda/ >`__
22- ^^^^^^^^^^^^^^^^^^^^^^
23-
17+ .. container :: twocol
2418
19+ .. container ::
2520
26- .. code-block :: bash
21+ Install using ` pip < https://pypi.org/project/matplotlib >`__:
2722
28- conda install matplotlib
29-
30- ---
23+ .. code-block :: bash
3124
32- Installing using `pip <https://pypi.org/project/matplotlib >`__
33- ^^^^^^^^^^^^^^^^^^^^
25+ pip install matplotlib
3426
27+ .. container ::
3528
36- .. code-block :: bash
29+ Install using ` conda < https://docs.continuum.io/anaconda/ >`__:
3730
38- pip install matplotlib
31+ .. code-block :: bash
3932
33+ conda install matplotlib
4034
4135 Further details are available in the :doc: `Installation Guide <users/installing/index >`.
4236
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ Installation quick-start
88
99 .. container ::
1010
11- Install using pip:
11+ Install using ` pip < https://pypi.org/project/matplotlib >`__ :
1212
1313 .. code-block :: bash
1414
1515 pip install matplotlib
1616
1717 .. container ::
1818
19- Install using conda:
19+ Install using ` conda < https://docs.continuum.io/anaconda/ >`__ :
2020
2121 .. code-block :: bash
2222
You can’t perform that action at this time.
0 commit comments