Skip to content

Commit

Permalink
Install ADXL requirements
Browse files Browse the repository at this point in the history
with APT
  • Loading branch information
obgr committed Dec 3, 2023
1 parent f88b7c1 commit 1ada37e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userpatches/overlay/klipper/install-recore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ KLIPPER_GROUP=$KLIPPER_USER
install_packages()
{
# Packages for python cffi
PKGLIST="python3-virtualenv virtualenv python3-dev libffi-dev build-essential python3-cffi python3-libxml2"
PKGLIST="python3-virtualenv virtualenv python3-dev libffi-dev build-essential python3-cffi python3-libxml2 python3-numpy python3-matplotlib"
# kconfig requirements
PKGLIST="${PKGLIST} libncurses-dev"
# hub-ctrl
Expand All @@ -25,7 +25,7 @@ install_packages()

# Install desired packages
report_status "Installing packages..."
sudo apt-get install --yes ${PKGLIST}
sudo apt-get install --yes ${PKGLIST} --no-install-suggests
}

# Step 2: Create python virtual environment
Expand Down

0 comments on commit 1ada37e

Please sign in to comment.