Update README.md (#174)

too many insteads
pull/475/head
Rob Kam 9 months ago committed by GitHub
parent 87653efdb3
commit b3a24bbc30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -129,7 +129,7 @@ pip install --force-reinstall dist/*.whl
```
<details>
<summary>For Windows Command Prompt, enter this pip command instead, (in a batch file use %%x instead).</summary>
<summary>For Windows Command Prompt, enter this pip command instead, (in a batch file use %%x).</summary>
```bash
for %x in (dist\*.whl) do pip install --force-reinstall %x
@ -178,7 +178,7 @@ pip install --force-reinstall dist/*.whl
```
<details>
<summary>For Windows Command Prompt, enter this pip command instead, (in a batch file use %%x instead).</summary>
<summary>For Windows Command Prompt, enter this pip command instead, (in a batch file use %%x).</summary>
```bash
for %x in (dist\*.whl) do pip install --force-reinstall %x
@ -210,7 +210,7 @@ pip install --force-reinstall dist/*.whl
```
<details>
<summary>For Windows Command Prompt, enter this pip command instead, (in a batch file use %%x instead).</summary>
<summary>For Windows Command Prompt, enter this pip command instead, (in a batch file use %%x).</summary>
```bash
for %x in (dist\*.whl) do pip install --force-reinstall %x

Loading…
Cancel
Save