From af08f6b270add9514a451bd40200871f9c94530d Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 2 Sep 2020 16:04:38 -0600 Subject: [PATCH] Update index.rst Make the pip download command a "code" block --- docs/source/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index c83e58d..00daaf9 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -11,7 +11,9 @@ The python-awips package provides a data access framework for requesting grid an Pip Install ----------- -- pip install python-awips +:: + + pip install python-awips Conda Environment Install -------------------------