From 3ebda0d1965c7359ec3da9b0f1f0d2a2ed785f7f Mon Sep 17 00:00:00 2001 From: SzabolcsGergely Date: Wed, 3 Nov 2021 21:26:03 +0200 Subject: [PATCH] Fix typo in docs too: ARMV8 --- docs/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index ec7f73fda..8150770bf 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -167,7 +167,7 @@ Last step is to edit :code:`.bashrc` with the line: .. code-block:: bash - echo "export OPENBLAS_CORETYPE=AMRV8" >> ~/.bashrc + echo "export OPENBLAS_CORETYPE=ARMV8" >> ~/.bashrc Navigate to the folder with :code:`depthai` examples folder, run :code:`python install_requirements.py` and then run :code:`python rgb_preview.py`.