Skip to content

Commit 510b2a3

Browse files
committed
docs: use python3 -m pip instead of pip
1 parent e460c40 commit 510b2a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/release-process.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ This only needs to be done once.
6868
rm -rf release-venv
6969
python3 -m venv release-venv
7070
. ./release-venv/bin/activate
71-
pip install -U pip
71+
python3 -m pip install -U pip
7272
```
7373

7474
Install the `antsibull`, `ansible-core`, and `twine` python packages,
7575
as well as the community.general collection.
7676

7777
```
78-
pip install antsibull ansible-core twine
78+
python3 -m pip install antsibull ansible-core twine
7979
ansible-galaxy collection install --force community.general
8080
```
8181

0 commit comments

Comments
 (0)