From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web11.24038.1650848694151517446 for ; Sun, 24 Apr 2022 18:04:55 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([101.224.116.119]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Mon, 25 Apr 2022 09:04:52 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 101.224.116.119 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: "'Chao Li'" , Cc: , , References: <20220422074427.3133585-1-lichao@loongson.cn> In-Reply-To: <20220422074427.3133585-1-lichao@loongson.cn> Subject: =?UTF-8?B?5Zue5aSNOiBbUEFUQ0hdIC5weXRvb2w6IEZpeCBweXRob24gY29tbWFuZCBlcnJvciBpbiBzZWxmIGludHJvZHVjdGlvbiBkb2M=?= Date: Mon, 25 Apr 2022 09:04:51 +0800 Message-ID: <010f01d85840$781e42f0$685ac8d0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQJWvz99zqiZMDMzgZg+sP3h3MKAJKwDAlZA Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: Chao Li > =B7=A2=CB=CD=CA=B1=BC=E4: 2022=C4=EA4=D4=C222=C8=D5 15:44 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: sean.brogan@microsoft.com; Bret.Barkelew@microsoft.com; > michael.d.kinney@intel.com; gaoliming@byosoft.com.cn > =D6=F7=CC=E2: [PATCH] .pytool: Fix python command error in self = introduction doc >=20 > Fix misspelling of word "Prerequisites". >=20 > 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. >=20 > Cc: sean.brogan@microsoft.com > Cc: Bret.Barkelew@microsoft.com > Cc: michael.d.kinney@intel.com > Cc: gaoliming@byosoft.com.cn >=20 > Signed-off-by: Chao Li > --- > .pytool/Readme.md | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > 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 >=20 > [docs folder > = here](https://github.com/tianocore/edk2-pytool-extensions/tree/master/doc= > s) >=20 >=20 >=20 > -### Prerequisets >=20 > +### Prerequisites >=20 >=20 >=20 > 1. A supported toolchain (others might work but this is what is = tested and > validated) >=20 > * Windows 10: >=20 > @@ -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 >=20 > 3. git on path >=20 > 4. Recommended to setup and activate a python virtual environment >=20 > -5. Install the requirements `pip install --upgrade = pip-requirements.txt` >=20 > +5. Install the requirements `pip install --upgrade -r pip-requirements.txt` >=20 >=20 >=20 > ### Running CI >=20 >=20 >=20 > -- > 2.27.0