]> git.proxmox.com Git - mirror_edk2.git/commit
.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)
commit0e31124877cc8bc0140a03ad3196f0d58b2fd966
tree24ca5c3b6e0367eb05281a3c89803645c7f570af
parenta658ed30e51f2b2024d7bf8d2aa8be2dfa0b02a2
.pytool: Fix python command error in self introduction doc

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