From 4e4d9707331e3ab82594fb6c81fe477c68d5f4d9 Mon Sep 17 00:00:00 2001 From: Francis Murtagh Date: Thu, 12 Aug 2021 16:03:51 +0100 Subject: Github #562: Use standard linux multiple path delimiter for PyArmNN includes * Update Readme Change-Id: Iaf9e50d7c13cfd3fa1fd75fc423265288c0c7f32 Signed-off-by: Francis Murtagh --- python/pyarmnn/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/pyarmnn/README.md') 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: -- cgit v1.2.1