aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyarmnn/README.md')
-rw-r--r--python/pyarmnn/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyarmnn/README.md b/python/pyarmnn/README.md
index ee5ddf08d7..a610624034 100644
--- a/python/pyarmnn/README.md
+++ b/python/pyarmnn/README.md
@@ -138,7 +138,7 @@ If you want to use system default locations, just set *ARMNN_INCLUDE* to point t
```bash
$ export ARMNN_LIB=/path/to/libs
-$ export ARMNN_INCLUDE=/path/to/headers
+$ export ARMNN_INCLUDE=/full/path/to/armnn/include:/full/path/to/armnn/profiling/common/include
```
Install PyArmNN as follows: