Commit before push.
This commit is contained in:
parent
410af8fcbf
commit
e15aaf3b04
|
|
@ -5,4 +5,20 @@
|
||||||
# This script installs pipx packages
|
# This script installs pipx packages
|
||||||
|
|
||||||
# Install 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
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@ sudo apt install --no-install-recommends -y autoconf automake \
|
||||||
build-essential bzip2 ccache coccinelle cmake device-tree-compiler dfu-util \
|
build-essential bzip2 ccache coccinelle cmake device-tree-compiler dfu-util \
|
||||||
git gperf gcc g++ gcc-multilib g++-multilib libsdl2-dev libtool python3-dev \
|
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 \
|
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. ***"
|
echo "*** Getting Zephyr and installing Python dependencies. ***"
|
||||||
# Install west and ensure that ${HOME}/.local/bin is part of your PATH environment variable:
|
# Install west and ensure that ${HOME}/.local/bin is part of your PATH environment variable:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue