How to configure the Picker runtime environment
How to configure local environment(Windows)
- Configure PowerShell script execution permissions
- Install Python 3.12+
- Install Node.js v22+
Configure PowerShell script execution permissions
Keyboard simultaneously hold Win + R, input powershell to open Powershell terminal
Copy the following command and paste it into the Powershell terminal, then press Enter to execute
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

Install Python 3.12+
Open Microsoft Store, search Python, click Python3.12 and above version to install


Install Node.js v22+
Directly open the link to download the Node.js installation package https://nodejs.org/dist/v22.20.0/node-v22.20.0-x64.msi
Double-click the downloaded installation package node-v22.20.0-x64.msi, follow the prompts to click Next to install

