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
The plugin requires Python, poetry and a lot of other dependencies to be installed before it can be used. Using pyinstaller, we can create a single binary file that includes all the dependencies. This way the plugin checksum can also be calculated on the resulting executable, so that we don't have to bypass checksum validation.
The text was updated successfully, but these errors were encountered:
The plugin requires Python, poetry and a lot of other dependencies to be installed before it can be used. Using
pyinstaller
, we can create a single binary file that includes all the dependencies. This way the plugin checksum can also be calculated on the resulting executable, so that we don't have to bypass checksum validation.The text was updated successfully, but these errors were encountered: