File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed
Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,13 @@ cryptocurrency accounts related to the Seed.
8484 #+CAPTION: SLIP-39 App
8585 [[../../images/slip39.png]]
8686
87+ *** Alternative Installation (for techies, on macOS or Linux)
88+
89+ Open a terminal and run:
90+
91+ : $ python3 -m pip install slip39[gui]
92+ : $ python3 -m slip39.gui
93+
8794** SLIP-39 Mnemonic Recovery Cards
8895
8996 We don't recommend writing down one BIP-39 12-word or 24-word Mnemonic phrase, and hoping that
Original file line number Diff line number Diff line change @@ -108,6 +108,16 @@ Table of Contents
108108
109109[SLIP-39 App] <https://slip39.com/app>
110110
111+ 1.1.1 Alternative Installation (for techies, on macOS or Linux)
112+ ╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌
113+
114+ Open a terminal and run:
115+
116+ ┌────
117+ │ $ python3 -m pip install slip39[gui]
118+ │ $ python3 -m slip39.gui
119+ └────
120+
111121
1121221.2 SLIP-39 Mnemonic Recovery Cards
113123───────────────────────────────────
You can’t perform that action at this time.
0 commit comments