mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-04-08 17:05:56 +02:00
implemented env agnostic way to install pip packages (Close: #94)
This commit is contained in:
parent
c6f0ae77cb
commit
5c3adbef77
@ -29,7 +29,7 @@ fi
|
||||
|
||||
# python packages install
|
||||
pip_pkg_install(){
|
||||
pip3 install psutil click distro power setuptools
|
||||
python3 -m pip install -r requirements.txt
|
||||
}
|
||||
|
||||
complete_msg(){
|
||||
|
@ -1,3 +1,5 @@
|
||||
setuptools
|
||||
power
|
||||
psutil
|
||||
click
|
||||
distro
|
||||
|
Loading…
x
Reference in New Issue
Block a user