Skip to content

Commit b7e21bc

Browse files
Fixed pip install instruction (#660)
Added extra dash for extra-index-url Co-authored-by: samaid <sergey.maidanov@gmail.com>
1 parent 9b04a9e commit b7e21bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docfiles/user_guides/QuickStart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Dpctl can also be istalled from Pypi.
5656

5757
.. code-block:: bash
5858
59-
python -m pip install --index-url https://pypi.anaconda.org/intel/simple -extra-index-url https://pypi.org/simple dpctl
59+
python -m pip install --index-url https://pypi.anaconda.org/intel/simple --extra-index-url https://pypi.org/simple dpctl
6060
6161
.. note::
6262

0 commit comments

Comments
 (0)