Skip to content

Commit 70134b9

Browse files
authored
docs: escape dash to avoid collapsing -- to - (#3235)
1 parent acb121c commit 70134b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docsrc/getting_started/installation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ recommended commands:
231231
+-------------------------------------------------------------+----------------------------------------------------------+--------------------------------------------------------------------+
232232
| PyTorch Source | Recommended Python Compilation Command | Recommended C++ Compilation Command |
233233
+=============================================================+==========================================================+====================================================================+
234-
| PyTorch whl file from PyTorch.org | python -m pip install . | bazel build //:libtorchtrt -c opt --config pre_cxx11_abi |
234+
| PyTorch whl file from PyTorch.org | python -m pip install . | bazel build //:libtorchtrt -c opt \-\-config pre_cxx11_abi |
235235
+-------------------------------------------------------------+----------------------------------------------------------+--------------------------------------------------------------------+
236-
| libtorch-shared-with-deps-*.zip from PyTorch.org | python -m pip install . | bazel build //:libtorchtrt -c opt --config pre_cxx11_abi |
236+
| libtorch-shared-with-deps-*.zip from PyTorch.org | python -m pip install . | bazel build //:libtorchtrt -c opt \-\-config pre_cxx11_abi |
237237
+-------------------------------------------------------------+----------------------------------------------------------+--------------------------------------------------------------------+
238238
| libtorch-cxx11-abi-shared-with-deps-*.zip from PyTorch.org | python setup.py bdist_wheel --use-cxx11-abi | bazel build //:libtorchtrt -c opt |
239239
+-------------------------------------------------------------+----------------------------------------------------------+--------------------------------------------------------------------+

0 commit comments

Comments
 (0)