From 37fe8ff01243bd2ddf4968ddf8898ffd23b3dad0 Mon Sep 17 00:00:00 2001 From: "Ronald I." <14822065+rilma@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:51:10 +0000 Subject: [PATCH] Rearranging installation info in README --- README.rst | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index a53bd87..00c9bb9 100644 --- a/README.rst +++ b/README.rst @@ -26,15 +26,6 @@ Currently supports Python 3.10 (see Github Actions) $ cd pyHWM14 $ make install -------- -Testing -------- - -.. code-block:: bash - - $ make test - - --------- From PyPi --------- @@ -43,6 +34,12 @@ From PyPi pip install pyhwm2014 +Testing +------- + +.. code-block:: bash + + $ make test Examples ========