Installing SSE
Note
You can install all modules at once by using these variants:
pnpm install:all
pnpm install:all:windows
pnpm install:all:cpu
pnpm install:all:cpu:windows
Windows
- Open the v11.9.0 release page
- Scroll to Assets
- Download the
Source code (zip)
file - Extract the downloaded archive (Extract here)
- Open the extracted folder
sound-scape-explorer-VERSION
- Double-click on
start.bat
. Wait forvenv
creation if needed - Enter command
pnpm i
- Enter command
pnpm install:front
- Enter command
pnpm install:processing:windows
. If you get annvidia-*
error, please use commandpnpm install:processing:cpu:windows
- Close the shell
- You can now run a campaign
Ubuntu / macOS
- Open the v11.9.0 release page
- Scroll to Assets
- Download the
Source code (zip)
file - Extract the downloaded archive (Extract here)
- Open the extracted folder
sound-scape-explorer-VERSION
- Open a new terminal
- Type
cd
followed by a<space>
and the path to thesound-scape-explorer-VERSION
. (You can also drag and drop thesound-scape-explorer-VERSION
folder) - Enter command
python3.10 -m venv venv
- Enter command
. venv/bin/activate
- Enter command
pnpm i
- Enter command
pnpm install:front
- Enter command
pnpm install:processing
. If you get annvidia-*
error, please use commandpnpm install:processing:cpu
- Close the terminal
- You can now run a campaign