From 0ea25cc3270eb51b13a5249a2ca7f2982f689b1e Mon Sep 17 00:00:00 2001 From: Reto Trappitsch Date: Fri, 19 Sep 2025 13:48:49 +0200 Subject: [PATCH] update readme for latests changes in installation --- README.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 611e891c..9941ee94 100644 --- a/README.rst +++ b/README.rst @@ -57,20 +57,26 @@ From Git: $ git clone git@github.com:instrumentkit/InstrumentKit.git $ cd InstrumentKit - $ python setup.py install + $ pip install -e . From Github using pip: .. code-block:: console - $ pip install -e git+https://www.github.com/instrumentkit/InstrumentKit.git#egg=instrumentkit + $ pip install -e git+https://www.github.com/instrumentkit/InstrumentKit.git -From pypi using pip: +From pypi using pip (the latest stable release): .. code-block:: console $ pip install instrumentkit +From pypi using pip (the latest pre-release): + +.. code-block:: console + + $ pip install instrumentkit --pre + Usage Example -------------