mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-12 19:27:18 +00:00
Use requirements.txt for dependencies
This commit is contained in:
parent
b0f0a2eaa3
commit
b48d70da7a
|
@ -5,5 +5,5 @@ if ! type "pip3" &> /dev/null; then
|
||||||
sudo pacman -S python-pip
|
sudo pacman -S python-pip
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pip install pyyaml
|
pip install -r requirements.txt
|
||||||
python3 -m src
|
python3 -m src
|
||||||
|
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pyyaml==5.4.1
|
Loading…
Reference in a new issue