Commit before push.

This commit is contained in:
cyteen 2024-08-30 22:56:58 +01:00
parent 410af8fcbf
commit e15aaf3b04
2 changed files with 18 additions and 2 deletions

View File

@ -5,4 +5,20 @@
# This script installs pipx packages
# Install packages
pipx install git-lazy-commit huggingface-hub langchain lastversion llm-workflow-engine open-interpreter openai py2deb pynastran ruff scdl streamlit tasmotizer twrpdtgen watch-xfce-xfconf yt-dlp
pipx install \
git-lazy-commit \
huggingface-hub \
langchain \
lastversion \
llm-workflow-engine \
open-interpreter \
openai \
py2deb \
pynastran \
ruff \
scdl \
streamlit \
tasmotizer \
twrpdtgen \
watch-xfce-xfconf \
yt-dlp

View File

@ -95,7 +95,7 @@ sudo apt install --no-install-recommends -y autoconf automake \
build-essential bzip2 ccache coccinelle cmake device-tree-compiler dfu-util \
git gperf gcc g++ gcc-multilib g++-multilib libsdl2-dev libtool python3-dev \
python3-pip python3-setuptools python3-tk python3-wheel ninja-build file make \
wget xz-utils dfu-utils
wget xz-utils
echo "*** Getting Zephyr and installing Python dependencies. ***"
# Install west and ensure that ${HOME}/.local/bin is part of your PATH environment variable: