Skip to content

Commit

Permalink
Add explicit installation instruction example
Browse files Browse the repository at this point in the history
The package name is not clear- it's installed `PyHamcrest` but imported as `hamcrest`. There's no consistency in the Python world on this, so we may as well have an explicit example in the instructions showing the package installation name.
  • Loading branch information
rgalanakis authored Dec 14, 2022
1 parent 8c36b75 commit 9a32cc0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ Hamcrest can be installed using the usual Python packaging tools. It depends on
distribute, but as long as you have a network connection when you install, the
installation process will take care of that for you.

For example:

.. code::
pip install PyHamcrest
My first PyHamcrest test
========================

Expand Down

0 comments on commit 9a32cc0

Please sign in to comment.