Skip to content

Commit ca3043f

Browse files
Moves installation section in README
1 parent 97e7cec commit ca3043f

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

tripy/README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ What you can expect:
2424
- **Friendly documentation** that is comprehensive but concise, with code examples.
2525

2626

27+
## Installation
28+
29+
```bash
30+
python3 -m pip install nvtripy -f https://nvidia.github.io/TensorRT-Incubator/packages.html
31+
```
32+
33+
2734
## Quick Start
2835

2936
See the
@@ -77,18 +84,8 @@ guide for details:
7784
<!-- Tripy: DOC: NO_PRINT_LOCALS End -->
7885

7986

80-
## Installation
81-
82-
<!-- Tripy: DOC: OMIT Start -->
83-
### Installing Prebuilt Wheels
84-
<!-- Tripy: DOC: OMIT End -->
85-
86-
```bash
87-
python3 -m pip install nvtripy -f https://nvidia.github.io/TensorRT-Incubator/packages.html
88-
```
89-
9087
<!-- Tripy: DOC: OMIT Start -->
91-
### Building Wheels From Source
88+
## Building Wheels From Source
9289

9390
For the latest changes, build Tripy wheels from source:
9491

0 commit comments

Comments
 (0)