From 39f0e527c918983fe23f43807eb00453e46f9667 Mon Sep 17 00:00:00 2001 From: Adnan Hodzic Date: Sat, 11 Jan 2020 16:36:59 +0100 Subject: [PATCH] updated requirements for debian/redhat --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b8fa1f..73a5e7e 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,19 @@ Please note: this tool doesn't conflict and [works great in tandem with TLP](htt All requirements can be installed by running: -`sudo apt install python3 python3-distro python3-psutil python3-click -y` +`sudo apt install python3-dev python3-pip python3-distro python3-psutil python3-click -y` Since APT packages may contain older version of necessary Python packages, please make sure to have latest version by running: `sudo pip3 install --upgrade psutil click distro` +##### Requirements installation for Redhat/Fedora and its derivatives + +Necessary pre-requisites can be installed by running: + +`sudo yum install python-devel` + +After which you need to[ need to install rest of the requirements](https://github.com/AdnanHodzic/auto-cpufreq#requirements-installation-for-all-other-linux-distributions) as stated below. + ##### Requirements installation for all other Linux distributions If you have python3 and pip3 installed simply run: