From c9ddbb8ee78446d60e7a5f7a811fd6efaeaafe30 Mon Sep 17 00:00:00 2001 From: Anjok07 <68268275+Anjok07@users.noreply.github.com> Date: Fri, 30 Dec 2022 04:38:47 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 938a9af..16d45e7 100644 --- a/README.md +++ b/README.md @@ -107,15 +107,11 @@ This process has been tested on a MacBook Pro 2021 (using M1) and a MacBook Air - From the saved directory run the following commands in this order- ``` +sudo apt update && sudo apt upgrade sudo apt-get update -``` -``` +sudo apt install ffmpeg sudo apt install python3-pip -``` -``` sudo apt-get -y install python3-tk -``` -``` pip3 install -r requirements.txt ```