From ac79e42e7f971df8151cc607d10720d31a2f3986 Mon Sep 17 00:00:00 2001 From: Dustin Franklin Date: Thu, 15 Jun 2023 19:04:47 -0400 Subject: [PATCH] updated docs --- docs/building-repo-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building-repo-2.md b/docs/building-repo-2.md index bab5146c0..908100c9a 100644 --- a/docs/building-repo-2.md +++ b/docs/building-repo-2.md @@ -52,7 +52,7 @@ The Python functionality of this project is implemented through Python extension $ sudo apt-get install libpython3-dev python3-numpy ``` -Then after the `sudo make install` step, the [`jetson_inference`](https://rawgit.com/dusty-nv/jetson-inference/master/docs/html/python/jetson.inference.html) and [`jetson_utils`](https://rawgit.com/dusty-nv/jetson-inference/master/docs/html/python/jetson.utils.html) modules should be able to be imported. +Then after the `sudo make install` step, the [`jetson_inference`](https://rawgit.com/dusty-nv/jetson-inference/master/docs/html/python/jetson.inference.html) and [`jetson_utils`](https://rawgit.com/dusty-nv/jetson-inference/master/docs/html/python/jetson.utils.html) modules should be able to be imported in Python. ### Configuring with CMake