diff --git a/README.md b/README.md index 99ad4c4..6bf4290 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ pip install --force-reinstall dist/*.whl ```
-For Windows Command Prompt, enter this pip command instead, (in a batch file use %%x instead). +For Windows Command Prompt, enter this pip command instead, (in a batch file use %%x). ```bash for %x in (dist\*.whl) do pip install --force-reinstall %x @@ -178,7 +178,7 @@ pip install --force-reinstall dist/*.whl ```
-For Windows Command Prompt, enter this pip command instead, (in a batch file use %%x instead). +For Windows Command Prompt, enter this pip command instead, (in a batch file use %%x). ```bash for %x in (dist\*.whl) do pip install --force-reinstall %x @@ -210,7 +210,7 @@ pip install --force-reinstall dist/*.whl ```
-For Windows Command Prompt, enter this pip command instead, (in a batch file use %%x instead). +For Windows Command Prompt, enter this pip command instead, (in a batch file use %%x). ```bash for %x in (dist\*.whl) do pip install --force-reinstall %x