how count??

This commit is contained in:
Fierelier 2021-10-11 20:42:53 +00:00
parent 3824b3cc07
commit 3209a747a2
1 changed files with 2 additions and 2 deletions

View File

@ -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" pyinstaller 3.4: python.exe -m pip install "PyInstaller==3.4"
colorama 0.3.5: python.exe -m pip install "colorama==0.3.5" 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 python.exe -m PyInstaller fspecs.py --onefile
9. you can find the EXEs in dist\ 8. you can find the EXEs in dist\
``` ```
<br> <br>