dotfiles/install.sh

10 lines
179 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
2021-03-09 21:18:35 +00:00
pip install -r requirements.txt
python3 -m src