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