From bafa6323e066c7c1ad0393662103c074373305ee Mon Sep 17 00:00:00 2001 From: Pk11 Date: Wed, 2 Jun 2021 15:28:40 -0500 Subject: [PATCH] Update Tkinter install instructions --- pages/_en-US/hiyacfw/installing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/_en-US/hiyacfw/installing.md b/pages/_en-US/hiyacfw/installing.md index a121d1d3..44618cbf 100644 --- a/pages/_en-US/hiyacfw/installing.md +++ b/pages/_en-US/hiyacfw/installing.md @@ -42,8 +42,8 @@ The hiyaCFW Helper is known to cause false positives with Windows Defender and o 1. Install Python 3 using your package manager if its not already installed 1. Download the latest Python version of the [hiyaCFW Helper](https://github.com/mondul/HiyaCFW-Helper/releases) 1. Extract the hiyaCFW Helper archive anywhere on your PC -1. Make sure the necessary Python packages are installed by running `pip3 install -r requirements.txt` in the directory containing the extracted files - - You can install pip by running `python3 -m ensurepip` +1. Install tkinter with the following command for your distro if you don't already have it: + - Debian-based: `sudo apt-get install python3-tk` {% endcapture %} {% assign tab-other = tab-other | split: "////////" %}