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.
14
14
Installation
15
15
============
16
16
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
24
18
19
+ .. container ::
25
20
26
- .. code-block :: bash
21
+ Install using ` pip < https://pypi.org/project/matplotlib >`__:
27
22
28
- conda install matplotlib
29
-
30
- ---
23
+ .. code-block :: bash
31
24
32
- Installing using `pip <https://pypi.org/project/matplotlib >`__
33
- ^^^^^^^^^^^^^^^^^^^^
25
+ pip install matplotlib
34
26
27
+ .. container ::
35
28
36
- .. code-block :: bash
29
+ Install using ` conda < https://docs.continuum.io/anaconda/ >`__:
37
30
38
- pip install matplotlib
31
+ .. code-block :: bash
39
32
33
+ conda install matplotlib
40
34
41
35
Further details are available in the :doc: `Installation Guide <users/installing/index >`.
42
36
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ Installation quick-start
8
8
9
9
.. container ::
10
10
11
- Install using pip:
11
+ Install using ` pip < https://pypi.org/project/matplotlib >`__ :
12
12
13
13
.. code-block :: bash
14
14
15
15
pip install matplotlib
16
16
17
17
.. container ::
18
18
19
- Install using conda:
19
+ Install using ` conda < https://docs.continuum.io/anaconda/ >`__ :
20
20
21
21
.. code-block :: bash
22
22
You can’t perform that action at this time.
0 commit comments