Skip to content

Commit

Permalink
typo in code block
Browse files Browse the repository at this point in the history
Signed-off-by: A.M. Santana <anthonys@nvidia.com>
  • Loading branch information
anthony-santana committed Sep 29, 2023
1 parent 3cf03a5 commit e3b04ff
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/sphinx/using/simulators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,19 +125,18 @@ The location of the installed .so files for these packages must then be exported
the :code:`LD_LIBRARY_PATH`. To find the local installation path of these packages,
assuming installation via pip, programmers may run

.. code::bash
.. code:: bash
python3 -m pip show nvidia-nvtx-cu11 nvidia-cuda-runtime-cu11
Python Requirements
++++++++++++++++++++

The python requirements for these backends include:

* cutensor-cu11
* custatevec-cu11
* nvidia-cublas-cu11
* nvidia-cusolver-cu11
- cutensor-cu11
- custatevec-cu11
- nvidia-cublas-cu11
- nvidia-cusolver-cu11

We recommend that these be installed via pip:

Expand Down

0 comments on commit e3b04ff

Please sign in to comment.