You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For potential users who are not Python users, it's harder to use the CLI because they need to learn how to setup an environment (pipx, etc). brew solves some of this for us (yay), but it's not enough for all cases.
Think about docker as a way of wrapping it, pyinstaller/etc, other app-zipping solutions, etc.
Also consider a custom GitHub Action as a usage mode.
The text was updated successfully, but these errors were encountered:
For context, see: go-task/task#1476 (comment)
For potential users who are not Python users, it's harder to use the CLI because they need to learn how to setup an environment (pipx, etc).
brew
solves some of this for us (yay), but it's not enough for all cases.Think about docker as a way of wrapping it, pyinstaller/etc, other app-zipping solutions, etc.
Also consider a custom GitHub Action as a usage mode.
The text was updated successfully, but these errors were encountered: