Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 21, 2023
1 parent e7c091f commit daa47a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```bash
for %x in (dist\*.whl) do pip install --force-reinstall %x
```
Expand Down Expand Up @@ -175,7 +175,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>

```bash
for %x in (dist\*.whl) do pip install --force-reinstall %x
```
Expand Down

0 comments on commit daa47a5

Please sign in to comment.