From eba69f279d9b02e969ed33c62d4b8b60937e3395 Mon Sep 17 00:00:00 2001 From: Mikhail Andrenkov Date: Wed, 24 Nov 2021 11:46:08 -0500 Subject: [PATCH] Fix README for PyPI (#71) * Remove 'raw' directive from README * Replace GitHub link with PyPI package name --- README.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index eca766a5..6de89069 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,7 @@ -.. raw:: html - -

- Jet -

+.. image:: https://raw.githubusercontent.com/XanaduAI/jet/main/docs/_static/jet_title.svg + :alt: Jet + :height: 65 + :width: 100% ################################################## @@ -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