mirror of
https://github.com/platomav/BIOSUtilities.git
synced 2025-05-28 14:04:46 -04:00
Fix README MD v2
This commit is contained in:
parent
dd250a8595
commit
1480d663be
1 changed files with 13 additions and 13 deletions
26
README.md
26
README.md
|
@ -46,19 +46,19 @@ PyInstaller can build/freeze/compile the utility at all three supported platform
|
|||
|
||||
1. Make sure Python 3.8.0 or newer is installed:
|
||||
|
||||
* python --version
|
||||
> python --version
|
||||
|
||||
2. Use pip to install PyInstaller:
|
||||
|
||||
* pip3 install pyinstaller
|
||||
> pip3 install pyinstaller
|
||||
|
||||
3. Place prerequisites at the "external" project directory:
|
||||
|
||||
* BIOS Guard Script Tool (optional)
|
||||
> BIOS Guard Script Tool (optional)
|
||||
|
||||
4. Build/Freeze/Compile:
|
||||
|
||||
* pyinstaller --add-data="external/*;external/" --noupx --onefile \<path-to-project\>\/Dell_PFS_Extract.py
|
||||
> pyinstaller --add-data="external/*;external/" --noupx --onefile \<path-to-project\>\/Dell_PFS_Extract.py
|
||||
|
||||
You should find the final utility executable at "dist" folder
|
||||
|
||||
|
@ -111,21 +111,21 @@ PyInstaller can build/freeze/compile the utility at all three supported platform
|
|||
|
||||
1. Make sure Python 3.8.0 or newer is installed:
|
||||
|
||||
* python --version
|
||||
> python --version
|
||||
|
||||
2. Use pip to install PyInstaller:
|
||||
|
||||
* pip3 install pyinstaller
|
||||
> pip3 install pyinstaller
|
||||
|
||||
3. Place prerequisites at the "external" project directory:
|
||||
|
||||
* TianoCompress
|
||||
* \7-Zip Console
|
||||
* BIOS Guard Script Tool (optional)
|
||||
> TianoCompress\
|
||||
> 7-Zip Console\
|
||||
> BIOS Guard Script Tool (optional)
|
||||
|
||||
4. Build/Freeze/Compile:
|
||||
|
||||
* pyinstaller --add-data="external/*;external/" --noupx --onefile \<path-to-project\>\/AMI_UCP_Extract.py
|
||||
> pyinstaller --add-data="external/*;external/" --noupx --onefile \<path-to-project\>\/AMI_UCP_Extract.py
|
||||
|
||||
You should find the final utility executable at "dist" folder
|
||||
|
||||
|
@ -174,15 +174,15 @@ PyInstaller can build/freeze/compile the utility at all three supported platform
|
|||
|
||||
1. Make sure Python 3.8.0 or newer is installed:
|
||||
|
||||
* python --version
|
||||
> python --version
|
||||
|
||||
2. Use pip to install PyInstaller:
|
||||
|
||||
* pip3 install pyinstaller
|
||||
> pip3 install pyinstaller
|
||||
|
||||
3. Place prerequisites at the "external" project directory:
|
||||
|
||||
* BIOS Guard Script Tool (optional)
|
||||
> BIOS Guard Script Tool (optional)
|
||||
|
||||
4. Build/Freeze/Compile:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue