macOS
The steps outlined below have been successfully tested on macOS 13 and macOS 14.
📋 System requirements
info
If you have already installed the requirements for the latest major version 13, you can directly skip to 🧮 Processing module installation.
Homebrew
Using the package manager Homebrew is recommended to install the application requirements.
🛠️ Procedure
- Navigate to brew.sh
- Follow the installation instructions provided for Homebrew
- Open a terminal to proceed with the next steps
📦 Dependencies
Execute the following command to install dependencies and update your path:
- Python 3.10
- C compiler
- curl
- ffmpeg
brew install python@3.10 gcc curl ffmpeg
🧮 Processing module
- Create a new folder on your local disk where you want the module to be installed
- Open a terminal window
- Navigate to that folder with
cd
- Copy, paste then execute the following command to download the installation script
wget -q https://raw.githubusercontent.com/sound-scape-explorer/sound-scape-explorer/v13.1.8/bin/sse-processing-13.1.8.sh && chmod +x sse-processing-13.1.8.sh
- Navigate to the folder with
Finder
application - Right-click on the file
sse-processing-13.1.8.sh
- Select
Run as a program
tip
You will need to double-click on this script everytime you want to use the 🧮 Processing module.
🗑️ Uninstallation
📋 System requirements
To remove the installed requirements, open a terminal window and execute the following command:
brew uninstall python@3.10 gcc curl ffmpeg
🧮 Processing module
Delete the folder you created when installing the module.
⏭️ Next Step
Proceed to the 🏃 Getting started documentation.