Skip to content

Commit e558690

Browse files
authored
update readme for latests changes in installation (#458)
1 parent 32fb9dc commit e558690

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,26 @@ From Git:
5757
5858
$ git clone [email protected]:instrumentkit/InstrumentKit.git
5959
$ cd InstrumentKit
60-
$ python setup.py install
60+
$ pip install -e .
6161
6262
From Github using pip:
6363

6464
.. code-block:: console
6565
66-
$ pip install -e git+https://www.github.com/instrumentkit/InstrumentKit.git#egg=instrumentkit
66+
$ pip install -e git+https://www.github.com/instrumentkit/InstrumentKit.git
6767
68-
From pypi using pip:
68+
From pypi using pip (the latest stable release):
6969

7070
.. code-block:: console
7171
7272
$ pip install instrumentkit
7373
74+
From pypi using pip (the latest pre-release):
75+
76+
.. code-block:: console
77+
78+
$ pip install instrumentkit --pre
79+
7480
7581
Usage Example
7682
-------------

0 commit comments

Comments
 (0)