Add cmake to support raspberry 64bit installs

This commit is contained in:
Matthias 2020-12-08 19:46:54 +01:00
parent ad7b29cc1d
commit d9a86158f4
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ OS Specific steps are listed first, the [Common](#common) section below is neces
``` bash
sudo apt-get install python3-venv libatlas-base-dev
sudo apt-get install python3-venv libatlas-base-dev cmake
# Use pywheels.org to speed up installation
sudo echo "[global]\nextra-index-url=https://www.piwheels.org/simple" > tee /etc/pip.conf