Skip to content

Commit 4246a65

Browse files
committed
Cleanup
1 parent bf240bd commit 4246a65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/command-line-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```{important}
44
**What these tables are:** These tables summarize the command line inputs (e.g., `pipx install hatch`, `hatch build`) necessary to complete all steps in the package creation process, from installing Hatch to publishing the package on PyPI and conda-forge.
55
6-
**What these tables are not:** These tables do not cover the manual/non-automated steps (e.g., update `pyproject.toml` file, create PyPI account, create PyPI API token) you have to complete throughout the package creation process.
6+
**What these tables are not:** These tables do not cover the manual/non-automated steps (create PyPI account, create PyPI API token) you have to complete throughout the package creation process.
77
```
88

99
## Environment Setup
@@ -18,7 +18,7 @@
1818
| Install Scoop | `Invoke-RestMethod -Uri https://get.scoop.sh \| Invoke-Expression` |
1919
| Add "main" bucket as download source | `scoop bucket add main` |
2020
| Add "versions" bucket as download source | `scoop bucket add versions` |
21-
| Install pipx | `scoop install pipx`or `scoop install main/pipx` |
21+
| Install pipx | `scoop install pipx` or `scoop install main/pipx` |
2222
| Install python | `scoop install python` or `scoop install main/python` |
2323
| Install specific python version | `scoop install versions/python311` |
2424
| Update PATH variable with pipx directory | `pipx ensurepath` |

0 commit comments

Comments
 (0)