Skip to content

Commit

Permalink
Update instructions to install pipx in RELEASING.md (#6496)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy authored Nov 21, 2024
1 parent 4dc81ed commit 33bb9b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,15 @@ The release process calls `towncrier`.
It is a Python library that uses the Python utility `pipx`.
This utility allows you to call and execute Python modules without installing them as a prerequisite in your system.
It works similar to the NodeJS `npx` utility.
On macOS, you can install `pipx` into your system:

Install {term}`pipx` for your active Python, and ensure it is on your `$PATH`.
Carefully read the console output for further instructions, if needed.

```shell
brew install pipx
python3 -m pip install pipx
pipx ensurepath
```

Or follow detailed instructions in the `pipx` documentation for [Installation](https://pypa.github.io/pipx/installation/).

## Running the release process

Expand Down
1 change: 1 addition & 0 deletions packages/volto/news/6496.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update instructions to install `pipx` in `RELEASING.md`. @stevepiercy

0 comments on commit 33bb9b1

Please sign in to comment.