Skip to content

Commit

Permalink
Update dependencies.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
VIPQualityPost authored Mar 20, 2024
1 parent f01e075 commit 2203210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -v
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

sudo add-apt-repository --yes ppa:kicad/kicad-8.0-releases
sudo apt-get update -qq
sudo apt update -qq
sudo DEBIAN_FRONTEND=noninteractive apt install --install-recommends kicad kicad-packages3d- kicad-demos-

sudo python3 -m pip install pandas
sudo python3 -m pip install pandas

0 comments on commit 2203210

Please sign in to comment.