added details & summary

This commit is contained in:
William Enemali 2023-05-31 06:25:24 -04:00
parent c2108d1edc
commit 08e76a3453

View File

@ -20,6 +20,11 @@ Follow these steps to set up and run Ecoute on your local machine.
- Windows OS (Not tested on others) - Windows OS (Not tested on others)
- FFmpeg - FFmpeg
<details>
<summary>Windows</summary>
If FFmpeg is not installed in your system, you can follow the steps below to install it. 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: 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 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. 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.
</details>
To run on mac os, please install the following <details>
`brew install portaudio` <summary>macOS</summary>
`brew install python-tk ` 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
</details>
### 🔧 Installation ### 🔧 Installation