mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
7 lines
228 B
PowerShell
7 lines
228 B
PowerShell
$script_dir = Split-Path -Path $MyInvocation.MyCommand.Definition -Parent
|
|
$pype_root = (Get-Item $script_dir).parent.FullName
|
|
|
|
& "$($pype_root)\venv\Scripts\Activate.ps1"
|
|
|
|
python "$($pype_root)\start.py" tray --debug
|
|
deactivate
|