Fix windows build instructions

This commit is contained in:
Micah Lee 2020-02-19 14:54:42 -08:00
parent 93fc079c17
commit 960956bc95
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -143,6 +143,7 @@ Then, compile the bootloader:
```
cd bootloader
python waf distclean all --target-arch=32bit --msvc_targets=x86
cd ..
```
Finally, install the PyInstaller module into your poetry environment: