Skip to content

Commit eba69f2

Browse files
authored
Fix README for PyPI (#71)
* Remove 'raw' directive from README * Replace GitHub link with PyPI package name
1 parent 1fb068f commit eba69f2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.rst

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
.. raw:: html
2-
3-
<p align="center">
4-
<img width="250" alt="Jet" src="https://raw.githubusercontent.com/XanaduAI/jet/main/docs/_static/jet_title.svg">
5-
</p>
1+
.. image:: https://raw.githubusercontent.com/XanaduAI/jet/main/docs/_static/jet_title.svg
2+
:alt: Jet
3+
:height: 65
4+
:width: 100%
65

76
##################################################
87

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

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

0 commit comments

Comments
 (0)