Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand Down
Loading