Skip to content

Commit 08d1631

Browse files
committed
Make code blocks console
1 parent 0cca6b0 commit 08d1631

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/installation.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,28 @@ Zarr depends on NumPy. It is generally best to `install NumPy
66
appropriate for your operating system and Python distribution. Other dependencies should be
77
installed automatically if using one of the installation methods below.
88

9-
Note: Zarr has endorsed `Scientific-Python SPEC 0 <https://scientific-python.org/specs/spec-0000/>`_ and now follows the version support window as outlined below:
9+
Note: Zarr has endorsed `Scientific-Python SPEC 0 <https://scientific-python.org/specs/spec-0000/>`_ and now follows the version support window as outlined below:
1010

1111
- Python: 36 months after initial release
1212
- Core package dependencies (e.g. NumPy): 24 months after initial release
1313

14-
Install Zarr from PyPI::
14+
Install Zarr from PyPI:
15+
16+
.. code-block:: console
1517
1618
$ pip install zarr
1719
18-
Alternatively, install Zarr via conda::
20+
Alternatively, install Zarr via conda:
21+
22+
.. code-block:: console
1923
2024
$ conda install -c conda-forge zarr
2125
2226
To install the latest development version of Zarr, you can use pip with the
23-
latest GitHub main::
27+
latest GitHub main:
28+
29+
.. code-block:: console
2430
2531
$ pip install git+https://github.com/zarr-developers/zarr-python.git
2632
27-
To work with Zarr source code in development, see `Contributing <contributing.html>`_.
33+
To work with Zarr source code in development, see `Contributing <contributing.html>`_.

0 commit comments

Comments
 (0)