Add README.md
This commit is contained in:
		
							
								
								
									
										3
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
Compile with `nuitka --standalone --windows-console-mode=disable [file].py` (`pip install nuitka`)
 | 
			
		||||
`--standalone` will output a dist with one .exe and a bunch of .pyd files, which are required for the exe to run.
 | 
			
		||||
there is also `--onefile` which will bundle everything into one singular .exe, but this exe gets flagged by windows defender, thus --standalone is prefered.
 | 
			
		||||
		Reference in New Issue
	
	Block a user