]> git.proxmox.com Git - mirror_edk2.git/commitdiff
.pytool: Fix python command error in self introduction doc
authorChao Li <lichao@loongson.cn>
Fri, 22 Apr 2022 07:44:27 +0000 (15:44 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 9 May 2022 14:37:42 +0000 (14:37 +0000)
Fix misspelling of word "Prerequisites".

In the step 5 of the Prerequisites section, the python command was missing
the "-r" option, what the command really meant was to install from the given
requirements file, so fix that.

Cc: sean.brogan@microsoft.com
Cc: Bret.Barkelew@microsoft.com
Cc: michael.d.kinney@intel.com
Cc: gaoliming@byosoft.com.cn
Signed-off-by: Chao Li <lichao@loongson.cn>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
.pytool/Readme.md

index e0d07f3170494f0f08f531a8aa12502068d1105a..9c7b7f9abbec94efeb25e09af41ab22418f7231f 100644 (file)
@@ -82,7 +82,7 @@ easily and consistently running locally and in a cloud ci environment.  To do
 that a few steps should be followed.  Details of EDKII Tools can be found in the\r
 [docs folder here](https://github.com/tianocore/edk2-pytool-extensions/tree/master/docs)\r
 \r
-### Prerequisets\r
+### Prerequisites\r
 \r
 1. A supported toolchain (others might work but this is what is tested and validated)\r
    * Windows 10:\r
@@ -95,7 +95,7 @@ that a few steps should be followed.  Details of EDKII Tools can be found in the
 2. Python 3.7.x or newer on path\r
 3. git on path\r
 4. Recommended to setup and activate a python virtual environment\r
-5. Install the requirements `pip install --upgrade pip-requirements.txt`\r
+5. Install the requirements `pip install --upgrade -r pip-requirements.txt`\r
 \r
 ### Running CI\r
 \r