Deprecated macOS Catalina and added macOS Monterey

This commit is contained in:
Sun Knudsen 2021-12-15 13:11:06 -05:00
parent f0867b0229
commit 7bc804362e
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305

View File

@ -14,8 +14,8 @@ Listed: true
## Requirements ## Requirements
- Computer running macOS Catalina or Big Sur or [Tails USB flash drive or SD card](../how-to-install-tails-on-usb-flash-drive-or-sd-card-on-macos) - Computer running macOS Big Sur or Monterey or [Tails USB flash drive or SD card](../how-to-install-tails-on-usb-flash-drive-or-sd-card-on-macos)
- [Trezor One](https://shop.trezor.io/product/trezor-one-black) or [Trezor Model T](https://shop.trezor.io/product/trezor-model-t) - [Trezor](https://trezor.io/) device
## Caveats ## Caveats
@ -45,21 +45,13 @@ brew analytics off
brew install libusb brew install libusb
``` ```
### Step 4 (macOS Mojave-only): install [Python 3](https://www.python.org/) ### Step 4: install [attrs](https://www.attrs.org/en/stable/) and [trezorctl](https://wiki.trezor.io/Using_trezorctl_commands_with_Trezor)
> Heads-up: Python 3 is pre-installed on macOS Catalina.
```shell
brew install python3
```
### Step 5: install [attrs](https://www.attrs.org/en/stable/) and [trezorctl](https://wiki.trezor.io/Using_trezorctl_commands_with_Trezor)
```shell ```shell
pip3 install --user attrs trezor pip3 install --user attrs trezor
``` ```
### Step 6: source Python 3 `bin` directory ### Step 5: source Python 3 `bin` directory
Replace `3.8` with semver of latest version of Python 3 found using `ls $HOME/Library/Python`. Replace `3.8` with semver of latest version of Python 3 found using `ls $HOME/Library/Python`.