Skip to main content
Version: 13.1.6

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

  1. Navigate to brew.sh
  2. Follow the installation instructions provided for Homebrew
  3. Open a terminal to proceed with the next steps

📦 Dependencies

Execute the following command to install dependencies and update your path:

brew install python@3.10 gcc curl ffmpeg

🧮 Processing module

  1. Create a new folder on your local disk where you want the module to be installed
  2. Open a terminal window
  3. Navigate to that folder with cd
  4. 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.6/bin/sse-processing-13.1.6.sh && chmod +x sse-processing-13.1.6.sh
  5. Navigate to the folder with Finder application
  6. Right-click on the filesse-processing-13.1.6.sh
  7. 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.