From 1480d663beecee8dc4cccbcacaa8b6af1fc23e63 Mon Sep 17 00:00:00 2001 From: platomav Date: Mon, 9 May 2022 01:02:52 +0300 Subject: [PATCH] Fix README MD v2 --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 23924e2..23e637b 100644 --- a/README.md +++ b/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 \\/Dell_PFS_Extract.py +> pyinstaller --add-data="external/*;external/" --noupx --onefile \\/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 \\/AMI_UCP_Extract.py +> pyinstaller --add-data="external/*;external/" --noupx --onefile \\/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: