Skip to content

Commit

Permalink
updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
josh146 committed Apr 24, 2019
1 parent 01af855 commit cfd961b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/blackbird_python/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
Installation
============

Installing the Blackbird Python parser is easy; the parser and all
dependencies can be installed via ``pip``:

.. note:: Update once uploaded to the PyPI repository
.. code-block:: console
$ pip install quantum-blackbird
Installing the Python Parser
----------------------------
The Python Blackbird listener requires NumPy and the Python antlr4 runtime, which can be
installed via pip:
Alternatively, you can install the latest development version directly
from GitHub as follows. The Python Blackbird listener requires NumPy and the Python antlr4 runtime, which can be installed via pip:

.. code-block:: console
Expand Down

0 comments on commit cfd961b

Please sign in to comment.