From 08e76a34532aabb10803a072482a8b3215b9b0b8 Mon Sep 17 00:00:00 2001 From: William Enemali Date: Wed, 31 May 2023 06:25:24 -0400 Subject: [PATCH] added details & summary --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1de771e..88112a9 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ Follow these steps to set up and run Ecoute on your local machine. - Windows OS (Not tested on others) - FFmpeg + + + +
+Windows If FFmpeg is not installed in your system, you can follow the steps below to install it. First, you need to install Chocolatey, a package manager for Windows. Open your PowerShell as Administrator and run the following command: @@ -31,10 +36,17 @@ Once Chocolatey is installed, you can install FFmpeg by running the following co choco install ffmpeg-full ``` Please ensure that you run these commands in a PowerShell window with administrator privileges. If you face any issues during the installation, you can visit the official Chocolatey and FFmpeg websites for troubleshooting. +
-To run on mac os, please install the following -`brew install portaudio` -`brew install python-tk ` +
+macOS +If FFmpeg is not installed in your system, you can follow the steps below to install it. + + brew install ffmpeg + brew install portaudio + brew install python-tk + +
### 🔧 Installation