Skip to content

Commit

Permalink
fix up code block directive indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier committed Jan 7, 2025
1 parent 4550077 commit b5f5c70
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,15 @@ There are a few things to install in order to use this package:
- Install EasyLink.

Option 1 - Install from PyPI with pip::
Option 1 - Install from PyPI with pip::

.. code-block:: console
$ pip install easylink

$ pip install easylink
Option 2 - Build from source with pip::

Option 2 - Build from source with pip::

.. code-block:: console

$ git clone [email protected]:ihmeuw/easylink.git # or git clone https://github.com/ihmeuw/easylink.git
$ cd easylink
$ pip install .
$ git clone [email protected]:ihmeuw/easylink.git # or git clone https://github.com/ihmeuw/easylink.git
$ cd easylink
$ pip install .

.. _end_installation:

Expand Down

0 comments on commit b5f5c70

Please sign in to comment.