Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 575 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 575 Bytes

ExternalTools

This is a collection of External Tools for JetBrain's IDEs. You can set add an External Tool in your IDE by going to File > Settings > Tools > External Tools > +. This picture shows an example of an external tool configuration.

Example external tool configuration

The binaries in the dist folder are compiled on Linux x86_64. You can recompile them on your own specific architecture using this command:

pyinstaller --onefile toolFile.py