diff --git a/README.md b/README.md index cf3f0e2..ba4359c 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Thanks to *felixonmars* for creating and maintaining this package. ### Debian/Ubuntu ``` -sudo apt install git virtualenv build-essential python3-dev libdbus-glib-1-dev libgirepository1.0-dev libcairo2-dev +sudo apt install git build-essential python3-dev libdbus-glib-1-dev libgirepository1.0-dev libcairo2-dev git clone https://github.com/erpalma/lenovo-throttling-fix.git sudo ./lenovo-throttling-fix/install.sh ``` @@ -71,7 +71,7 @@ sudo systemctl mask thermald.service ### Fedora ``` -dnf install python3-cairo-devel cairo-gobject-devel gobject-introspection-devel dbus-glib-devel python-virtualenv python3-devel python3-virtualenv +dnf install python3-cairo-devel cairo-gobject-devel gobject-introspection-devel dbus-glib-devel python3-devel git clone https://github.com/erpalma/lenovo-throttling-fix.git sudo ./lenovo-throttling-fix/install.sh ``` @@ -80,7 +80,7 @@ Feedback about Fedora installation is welcome. ### openSUSE User *brycecordill* reported that the following dependecies are required for installing in openSUSE. I guess that python2 dependecies can be safely dropped. I would really appreciate any feedback from openSUSE users. ``` -zypper install gcc python2-pip python3-devel python-devel dbus-1-glib-devel python3-cairo-devel cairo-devel python2-cairo-devel python3-gobject-cairo gobject-introspection-devel python-virtualenv +zypper install gcc python2-pip python3-devel python-devel dbus-1-glib-devel python3-cairo-devel cairo-devel python2-cairo-devel python3-gobject-cairo gobject-introspection-devel git clone https://github.com/erpalma/lenovo-throttling-fix.git sudo ./lenovo-throttling-fix/install.sh ``` diff --git a/install.sh b/install.sh index 97e5b46..3806027 100755 --- a/install.sh +++ b/install.sh @@ -22,7 +22,7 @@ cp systemd/lenovo_fix.service /etc/systemd/system echo "Building virtualenv..." cp requirements.txt lenovo_fix.py mmio.py "$INSTALL_DIR" cd "$INSTALL_DIR" -virtualenv -p /usr/bin/python3 venv +/usr/bin/python3 -m venv venv . venv/bin/activate pip install -r requirements.txt