Fix README MD v2

This commit is contained in:
platomav 2022-05-09 01:02:52 +03:00
parent dd250a8595
commit 1480d663be

View file

@ -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: