We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code used by packages with tools installed with pip:
pip
VM-Pip-Install $toolName $executablePath = "$(where.exe $toolName)" $arguments = "--help" VM-Install-Shortcut $toolName $category $executablePath -consoleApp $true -arguments $arguments
Example: magika.vm
Create a package template, issue template & automation for this package type.
The text was updated successfully, but these errors were encountered:
With #1083, the installation code is now very simple:
VM-Install-With-Pip -toolName $toolName -category $category
The function supports arguments, that can be used if #1082 is implemented.
arguments
Sorry, something went wrong.
No branches or pull requests
Details
Code used by packages with tools installed with
pip
:Example: magika.vm
Create a package template, issue template & automation for this package type.
The text was updated successfully, but these errors were encountered: