From 08af0fbd585c1837cf09c063b8a8eb831577a81f Mon Sep 17 00:00:00 2001 From: David Bombal Date: Tue, 2 Aug 2022 14:19:39 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4a8f76c..c0a6ef5 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,5 @@ here `https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sk 5. Change directory into the `\pyinstaller\bootloader` folder of the cloned repository. 6. Build the bootloader using command `./waf distclean all` 7. Run `py setup.py install` + +You can then use this bootloader to compile your Python code.