Add some pip things

This commit is contained in:
mez 2024-06-29 22:28:11 +01:00
parent 40cb019b8b
commit 0101132bb3
3 changed files with 4 additions and 2 deletions
scripts

View file

@ -41,8 +41,9 @@ sudo apt clean
# Set compose key
sudo sed -i 's/XKBOPTIONS=""/XKBOPTIONS="compose:caps"/g' /etc/default/keyboard
# Install pip packages
# Install pip packages probably some missing
sudo pip3 install pywal
pip3 install pylast saxonche
# Install zsh (it gets set later)
wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh