25 lines
407 B
Bash
Executable File
25 lines
407 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# This file is generated by the update-pipx-packages.sh do not edit directly.
|
|
|
|
# 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
|