Skip to content

Commit

Permalink
Fix README for PyPI (#71)
Browse files Browse the repository at this point in the history
* Remove 'raw' directive from README

* Replace GitHub link with PyPI package name
  • Loading branch information
Mandrenkov committed Nov 24, 2021
1 parent 1fb068f commit eba69f2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.. raw:: html

<p align="center">
<img width="250" alt="Jet" src="https://raw.githubusercontent.com/XanaduAI/jet/main/docs/_static/jet_title.svg">
</p>
.. image:: https://raw.githubusercontent.com/XanaduAI/jet/main/docs/_static/jet_title.svg
:alt: Jet
:height: 65
:width: 100%

##################################################

Expand Down Expand Up @@ -112,7 +111,7 @@ as well as all dependencies, can be done using pip:

.. code-block:: bash
pip install git+https://github.com/XanaduAI/jet#egg=quantum-jet
pip install quantum-jet
To build the Jet Python distribution locally, a BLAS library with a CBLAS
interface and a C++ compiler with C++17 support is required. Simply run
Expand Down

0 comments on commit eba69f2

Please sign in to comment.