diff --git a/python/packaging/frontend_sdist/setup.py b/python/packaging/frontend_sdist/setup.py index 2d980f87f..ef54feeb0 100644 --- a/python/packaging/frontend_sdist/setup.py +++ b/python/packaging/frontend_sdist/setup.py @@ -102,7 +102,7 @@ def parent_command_line(): export PIP_EXTRA_INDEX_URL=https://pypi.nvidia.com pip install tensorrt ``` -When the extra index url is not found, a nested `pip install` will run with the extra index url hard-coded. +When the extra index url does not contain `pypi.nvidia.com`, a nested `pip install` will run with the proper extra index url hard-coded. """, long_description_content_type="text/markdown", author="NVIDIA Corporation",