mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-21 04:34:49 +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}"
|
python3 -m venv "${venv_dir}"
|
||||||
|
|
||||||
source "${venv_dir}/bin/activate"
|
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
|
python3 -m pip install -r requirements.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user