summaryrefslogtreecommitdiff
path: root/.pytool
diff options
context:
space:
mode:
authorChao Li <lichao@loongson.cn>2022-04-22 15:44:27 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-05-09 14:37:42 +0000
commit0e31124877cc8bc0140a03ad3196f0d58b2fd966 (patch)
tree24ca5c3b6e0367eb05281a3c89803645c7f570af /.pytool
parenta658ed30e51f2b2024d7bf8d2aa8be2dfa0b02a2 (diff)
downloadedk2-0e31124877cc8bc0140a03ad3196f0d58b2fd966.zip
edk2-0e31124877cc8bc0140a03ad3196f0d58b2fd966.tar.gz
edk2-0e31124877cc8bc0140a03ad3196f0d58b2fd966.tar.bz2
.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>
Diffstat (limited to '.pytool')
-rw-r--r--.pytool/Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pytool/Readme.md b/.pytool/Readme.md
index e0d07f3..9c7b7f9 100644
--- a/.pytool/Readme.md
+++ b/.pytool/Readme.md
@@ -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
[docs folder here](https://github.com/tianocore/edk2-pytool-extensions/tree/master/docs)
-### Prerequisets
+### Prerequisites
1. A supported toolchain (others might work but this is what is tested and validated)
* Windows 10:
@@ -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
3. git on path
4. Recommended to setup and activate a python virtual environment
-5. Install the requirements `pip install --upgrade pip-requirements.txt`
+5. Install the requirements `pip install --upgrade -r pip-requirements.txt`
### Running CI