mirror of
https://github.com/SevaSk/ecoute.git
synced 2025-01-26 14:19:24 +00:00
added details & summary
This commit is contained in:
parent
c2108d1edc
commit
08e76a3453
18
README.md
18
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
|
||||
|
||||
|
||||
|
||||
|
||||
<details>
|
||||
<summary>Windows</summary>
|
||||
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.
|
||||
</details>
|
||||
|
||||
To run on mac os, please install the following
|
||||
`brew install portaudio`
|
||||
`brew install python-tk `
|
||||
<details>
|
||||
<summary>macOS</summary>
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user