Skip to content

Commit

Permalink
modify \docs\source\installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeqfu committed Oct 12, 2020
1 parent 322feae commit b0b2f0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b0b2f0c

Please sign in to comment.