Skip to content

Commit cd0a79d

Browse files
authored
Refer to pip3 (#172)
1 parent b05a46d commit cd0a79d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
- Translation: updated Swedish translation (thanks to @eson57)
1717

18+
- Documentation: prefer `pip3` over `pip` to ensure it works everywhere (thanks to @krlmlr)
19+
1820
## 0.7.7 - 2022-10-23
1921

2022
### Changed

docs/developers/developers-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ _Note: Tested on macOS 12.5 (Monterey)_
5353
To install the requirements just to execute the binary, run:
5454

5555
```sh
56-
pip install -r requirements.txt
56+
pip3 install -r requirements.txt
5757
```
5858

5959
For developer tools, run this one instead (it includes requirements.txt):
6060

6161
```sh
62-
pip install -r requirements.dev.txt
62+
pip3 install -r requirements.dev.txt
6363
```
6464

6565
## Setup

0 commit comments

Comments
 (0)