mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-04-08 17:05:56 +02:00
add wheel to dependencies (speed up install) (#447)
Signed-off-by: John Seekins <john@civiceagle.com> Signed-off-by: John Seekins <john@civiceagle.com>
This commit is contained in:
parent
ff72e1e0f3
commit
3e28e79e28
@ -40,7 +40,7 @@ function setup_venv {
|
||||
python3 -m venv "${venv_dir}"
|
||||
|
||||
source "${venv_dir}/bin/activate"
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install --upgrade pip wheel
|
||||
python3 -m pip install -r requirements.txt
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user