Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Jun 15, 2023
1 parent dd8aa99 commit 9da2781
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/building-repo-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,11 @@ Remember to run the `git submodule update --init` step (or clone with the `--rec

The Python functionality of this project is implemented through Python extension modules that provide bindings to the native C++ code using the Python C API. While configuring the project, the repo searches for versions of Python that have development packages installed on the system, and will then build the bindings for each version of Python that's present (e.g. Python 2.7, 3.6, 3.8).

Assuming that you want to use Python3, make sure that those dev packages are installed first:

``` bash
$ 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 available to use within your Python environments.

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.

### Configuring with CMake

Expand Down

0 comments on commit 9da2781

Please sign in to comment.