-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix up code block directive indentations
- Loading branch information
1 parent
4550077
commit b5f5c70
Showing
1 changed file
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
||
|