aboutsummaryrefslogtreecommitdiff
path: root/InstallationViaAptRepository.md
diff options
context:
space:
mode:
Diffstat (limited to 'InstallationViaAptRepository.md')
-rw-r--r--InstallationViaAptRepository.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/InstallationViaAptRepository.md b/InstallationViaAptRepository.md
index 4f0f6f0c28..6ae3e187fb 100644
--- a/InstallationViaAptRepository.md
+++ b/InstallationViaAptRepository.md
@@ -115,7 +115,6 @@ In order to check for the latest available ArmNN version use apt-cache search:
## Install desired combination of packages
The easiest way to install all of the available packages for your systems architecture is to run the command:
-(Please Note: libarmnn-cpuacc-backend has been built with NEON support, installing this backend on an armhf device not supporting NEON may cause a crash/undefined behaviour.)
```
sudo apt-get install -y python3-pyarmnn libarmnn-cpuacc-backend${ARMNN_MAJOR_VERSION} libarmnn-gpuacc-backend${ARMNN_MAJOR_VERSION} libarmnn-cpuref-backend${ARMNN_MAJOR_VERSION}
# Verify installation via python:
@@ -133,4 +132,4 @@ If the user does not wish to use PyArmnn they can go up a level of dependencies
The easiest way to uninstall all of the previously installed packages is to run the command:
```
sudo apt autoremove -y libarmnn${ARMNN_MAJOR_VERSION}
-``` \ No newline at end of file
+```