dotfiles/install.sh
2021-02-14 17:32:09 +01:00

10 lines
166 B
Bash

if ! type "python3" &> /dev/null; then
sudo pacman -S python
fi
if ! type "pip3" &> /dev/null; then
sudo pacman -S python-pip
fi
pip install pyyaml
python3 -m src