Skip to content

Commit

Permalink
Fix installation code blocks in readme (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix616 authored Feb 12, 2024
1 parent 05e0384 commit 4ccc38e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,25 @@ Installation
----------------
You can install Metakernel through ``pip``:

.. code::bash
.. code:: bash
pip install metakernel --upgrade
Installing `metakernel` from the `conda-forge` channel can be achieved by adding `conda-forge` to your channels with:

.. code::bash
.. code:: bash
conda config --add channels conda-forge
Once the `conda-forge` channel has been enabled, `metakernel` can be installed with:

.. code::bash
.. code:: bash
conda install metakernel
It is possible to list all of the versions of `metakernel` available on your platform with:

.. code::bash
.. code:: bash
conda search metakernel --channel conda-forge
Expand Down

0 comments on commit 4ccc38e

Please sign in to comment.