We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb068f commit eba69f2Copy full SHA for eba69f2
README.rst
@@ -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>
+.. image:: https://raw.githubusercontent.com/XanaduAI/jet/main/docs/_static/jet_title.svg
+ :alt: Jet
+ :height: 65
+ :width: 100%
6
7
##################################################
8
@@ -112,7 +111,7 @@ as well as all dependencies, can be done using pip:
112
111
113
.. code-block:: bash
114
115
- pip install git+https://github.com/XanaduAI/jet#egg=quantum-jet
+ pip install quantum-jet
116
117
To build the Jet Python distribution locally, a BLAS library with a CBLAS
118
interface and a C++ compiler with C++17 support is required. Simply run
0 commit comments