Skip to content

Commit

Permalink
Change code block type from console to bash
Browse files Browse the repository at this point in the history
"console" doesn't render comments as grey.
  • Loading branch information
JiaweiZhuang authored Aug 5, 2019
1 parent 322d36a commit 6fda4b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ xESMF requires Python>=3.5. The major dependencies are xarray and ESMPy. The bes

`Installing miniconda <https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html>`_, and then install dependencies in a new environment:

.. code-block:: console
.. code-block:: bash
# recommend creating a new, clean environment
$ conda create -n xesmf_env python=3.7
Expand All @@ -29,7 +29,7 @@ xESMF requires Python>=3.5. The major dependencies are xarray and ESMPy. The bes
After dependencies are properly installed, get xesmf:

.. code-block:: console
.. code-block:: bash
$ pip install xesmf
Expand All @@ -42,7 +42,7 @@ Testing your installation

xESMF itself is a lightweight package, but its dependency ESMPy is a quite heavy and sometimes might be installed incorrectly. To validate & debug your installation, you can use pytest to run the test suites:

.. code-block:: console
.. code-block:: bash
$ pip install pytest
$ pytest -v --pyargs xesmf # should all pass
Expand Down

0 comments on commit 6fda4b2

Please sign in to comment.