Skip to content

Commit 759a525

Browse files
authored
Update README.md
1 parent b28afb9 commit 759a525

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ If you find an issue, please [let us know](../..//issues)!
1717
```bash
1818
git clone https://github.com/NVIDIA-AI-IOT/torch2trt
1919
cd torch2trt
20-
python setup.py install --user
20+
sudo python setup.py install
2121
```
2222

23+
> JetCam is tested against a system configured with the [JetCard](http://github.com/NVIDIA-AI-IOT/jetcard) setup. Different system configurations may require additional steps.
24+
2325
## Usage
2426

2527
Below are some usage examples, for more check out the [notebooks](notebooks).

0 commit comments

Comments
 (0)