File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ _Note: Tested on macOS 12.5 (Monterey)_
5353To 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
5959For 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
You can’t perform that action at this time.
0 commit comments