Skip to content

Commit bf76fbd

Browse files
bmhowe23justinlietz
authored andcommitted
Update docs to clarify Python wheels installation requirements (NVIDIA#34)
Signed-off-by: Ben Howe <[email protected]>
1 parent f6801df commit bf76fbd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/sphinx/quickstart/installation.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ The simplest way to install CUDA-QX is via pip. You can install individual compo
2222
# Install both libraries
2323
pip install cudaq-qec cudaq-solvers
2424
25+
.. note::
26+
27+
CUDA-Q Solvers will require the presence of :code:`libgfortran`, which is
28+
not distributed with the Python wheel, for provided classical optimizers. If
29+
:code:`libgfortran` is not installed, you will need to install it via your
30+
distribution's package manager. On Debian based systems, you can install
31+
this with :code:`apt-get install gfortran`.
32+
2533
Docker Container
2634
^^^^^^^^^^^^^^^^
2735

0 commit comments

Comments
 (0)