dotfiles/install.sh

10 lines
166 B
Bash
Raw Normal View History

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