File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff 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-------------
You can’t perform that action at this time.
0 commit comments