From 3209a747a251791e119c0fcc27ff3e2513713356 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Mon, 11 Oct 2021 20:42:53 +0000 Subject: [PATCH] how count?? --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 4965e03..d96637a 100644 --- a/readme.md +++ b/readme.md @@ -39,10 +39,10 @@ pefile 2019.4.18: python.exe -m pip install "pefile==2019.4.18" pyinstaller 3.4: python.exe -m pip install "PyInstaller==3.4" colorama 0.3.5: python.exe -m pip install "colorama==0.3.5" -8. compile by entering this command: +7. compile by entering this command: python.exe -m PyInstaller fspecs.py --onefile -9. you can find the EXEs in dist\ +8. you can find the EXEs in dist\ ```