From b0b2f0c23e06b8b3e86f004487a31c81a49d16af Mon Sep 17 00:00:00 2001 From: mikeqfu Date: Mon, 12 Oct 2020 17:30:59 +0100 Subject: [PATCH] modify \docs\source\installation.rst --- docs/source/installation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index b7837f5..44f7a99 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -4,15 +4,15 @@ Installation To install the latest release of PyHelpers at `PyPI`_ via `pip`_: -.. code-block:: +.. code-block:: bash - pip install --upgrade pyhelpers + pip install --upgrade pyhelpers To install the more recent version hosted directly from `GitHub repository`_: -.. code-block:: +.. code-block:: bash - pip install --upgrade git+https://github.com/mikeqfu/pyhelpers.git + pip install --upgrade git+https://github.com/mikeqfu/pyhelpers.git To test if PyHelpers is correctly installed, try importing the package via an interpreter shell: