From 7bc804362ede883d29d0443e8c0e9eb3eb7ad640 Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Wed, 15 Dec 2021 13:11:06 -0500 Subject: [PATCH] Deprecated macOS Catalina and added macOS Monterey --- .../README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/how-to-manage-trezor-devices-using-trezorctl-on-macos-or-tails/README.md b/how-to-manage-trezor-devices-using-trezorctl-on-macos-or-tails/README.md index cb4f96a..27ea7ee 100644 --- a/how-to-manage-trezor-devices-using-trezorctl-on-macos-or-tails/README.md +++ b/how-to-manage-trezor-devices-using-trezorctl-on-macos-or-tails/README.md @@ -14,8 +14,8 @@ Listed: true ## 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) -- [Trezor One](https://shop.trezor.io/product/trezor-one-black) or [Trezor Model T](https://shop.trezor.io/product/trezor-model-t) +- 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](https://trezor.io/) device ## Caveats @@ -45,21 +45,13 @@ brew analytics off brew install libusb ``` -### Step 4 (macOS Mojave-only): install [Python 3](https://www.python.org/) - -> 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) +### Step 4: install [attrs](https://www.attrs.org/en/stable/) and [trezorctl](https://wiki.trezor.io/Using_trezorctl_commands_with_Trezor) ```shell 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`.