Skip to content

Commit

Permalink
Update docs to clarify Python wheels installation requirements (NVIDI…
Browse files Browse the repository at this point in the history
…A#34)

Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 authored Dec 16, 2024
1 parent d34d20c commit c5b993b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/sphinx/quickstart/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ The simplest way to install CUDA-QX is via pip. You can install individual compo
# Install both libraries
pip install cudaq-qec cudaq-solvers
.. note::

CUDA-Q Solvers will require the presence of :code:`libgfortran`, which is
not distributed with the Python wheel, for provided classical optimizers. If
:code:`libgfortran` is not installed, you will need to install it via your
distribution's package manager. On Debian based systems, you can install
this with :code:`apt-get install gfortran`.

Docker Container
^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit c5b993b

Please sign in to comment.