From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from loongson.cn (loongson.cn [114.242.206.163]) by mx.groups.io with SMTP id smtpd.web10.5708.1650613469805216938 for ; Fri, 22 Apr 2022 00:44:30 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: loongson.cn, ip: 114.242.206.163, mailfrom: lichao@loongson.cn) Received: from code-server.gen (unknown [10.2.9.245]) by mail.loongson.cn (Coremail) with SMTP id AQAAf9BxsM7bXGJi_V4sAA--.28560S2; Fri, 22 Apr 2022 15:44:27 +0800 (CST) From: "Chao Li" To: devel@edk2.groups.io Cc: sean.brogan@microsoft.com, Bret.Barkelew@microsoft.com, michael.d.kinney@intel.com, gaoliming@byosoft.com.cn Subject: [PATCH] .pytool: Fix python command error in self introduction doc Date: Fri, 22 Apr 2022 15:44:27 +0800 Message-Id: <20220422074427.3133585-1-lichao@loongson.cn> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 X-CM-TRANSID: AQAAf9BxsM7bXGJi_V4sAA--.28560S2 X-Coremail-Antispam: 1UD129KBjvJXoW7Cry3ZF47WF4xtw4xWry8Zrb_yoW8Xr18pr 1UA34vyF93Ga17A34DZFZ7Za4jvrZYkF42qFWkKw17Jw1DGrnrXF47tFWavayUWrs5ZF4r uws5tFyxu397uFJanT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDU0xBIdaVrnRJUUUvab7Iv0xC_KF4lb4IE77IF4wAFF20E14v26r1j6r4UM7CY07I2 0VC2zVCF04k26cxKx2IYs7xG6rWj6s0DM7CIcVAFz4kK6r1j6r18M28lY4IEw2IIxxk0rw A2F7IY1VAKz4vEj48ve4kI8wA2z4x0Y4vE2Ix0cI8IcVAFwI0_Xr0_Ar1l84ACjcxK6xII jxv20xvEc7CjxVAFwI0_Gr1j6F4UJwA2z4x0Y4vEx4A2jsIE14v26F4UJVW0owA2z4x0Y4 vEx4A2jsIEc7CjxVAFwI0_GcCE3s1le2I262IYc4CY6c8Ij28IcVAaY2xG8wAqx4xG64xv F2IEw4CE5I8CrVC2j2WlYx0E2Ix0cI8IcVAFwI0_JrI_JrylYx0Ex4A2jsIE14v26r1j6r 4UMcvjeVCFs4IE7xkEbVWUJVW8JwACjcxG0xvY0x0EwIxGrwCY1x0262kKe7AKxVWUAVWU twCY02Avz4vE-syl42xK82IYc2Ij64vIr41l4I8I3I0E4IkC6x0Yz7v_Jr0_Gr1lx2IqxV Aqx4xG67AKxVWUJVWUGwC20s026x8GjcxK67AKxVWUGVWUWwC2zVAF1VAY17CE14v26r12 6r1DMIIYrxkI7VAKI48JMIIF0xvE2Ix0cI8IcVAFwI0_Jr0_JF4lIxAIcVC0I7IYx2IY6x kF7I0E14v26r1j6r4UMIIF0xvE42xK8VAvwI8IcIk0rVWrJr0_WFyUJwCI42IY6I8E87Iv 67AKxVWUJVW8JwCI42IY6I8E87Iv6xkF7I0E14v26r4j6r4UJbIYCTnIWIevJa73UjIFyT uYvjxU2EoGDUUUU X-CM-SenderInfo: xolfxt3r6o00pqjv00gofq/1tbiAQAECF3QvPQAowABsq Content-Transfer-Encoding: quoted-printable 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 --- .pytool/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pytool/Readme.md b/.pytool/Readme.md index e0d07f3170..9c7b7f9abb 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=0D [docs folder here](https://github.com/tianocore/edk2-pytool-extensions/tre= e/master/docs)=0D =0D -### Prerequisets=0D +### Prerequisites=0D =0D 1. A supported toolchain (others might work but this is what is tested and= validated)=0D * Windows 10:=0D @@ -95,7 +95,7 @@ that a few steps should be followed. Details of EDKII To= ols can be found in the 2. Python 3.7.x or newer on path=0D 3. git on path=0D 4. Recommended to setup and activate a python virtual environment=0D -5. Install the requirements `pip install --upgrade pip-requirements.txt`=0D +5. Install the requirements `pip install --upgrade -r pip-requirements.txt= `=0D =0D ### Running CI=0D =0D --=20 2.27.0