Skip to content

Commit

Permalink
PR Suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Work <work.eric@gmail.com>
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
  • Loading branch information
ddelange and zeroepoch committed Jul 6, 2023
1 parent fc53814 commit 6458be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/packaging/frontend_sdist/setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 6458be2

Please sign in to comment.