File tree Expand file tree Collapse file tree 1 file changed +38
-3
lines changed
source/components/software/nk-app2 Expand file tree Collapse file tree 1 file changed +38
-3
lines changed Original file line number Diff line number Diff line change 1
1
macOS Install
2
2
=============
3
3
4
+ Installing the Nitrokey App 2 via uv
5
+ -------------------------------------
6
+
7
+ This is the simplest and fastest way to install the Nitrokey App 2 on macOS using `uv `, an extremely fast Python package manager.
8
+
9
+ 1. Install `uv ` if it is not already installed:
10
+
11
+ .. code-block :: zsh
12
+
13
+ curl -LsSf https://astral.sh/uv/install.sh | sh
14
+
15
+ Alternatively, if you have Homebrew:
16
+
17
+ .. code-block :: zsh
18
+
19
+ brew install uv
20
+
21
+ 2. Install the Nitrokey App:
22
+
23
+ .. code-block :: zsh
24
+
25
+ uv tool install nitrokeyapp
26
+
27
+ To update the app:
28
+
29
+ .. code-block :: zsh
30
+
31
+ uv tool upgrade nitrokeyapp
32
+
33
+ To run the application:
34
+
35
+ .. code-block :: zsh
36
+
37
+ nitrokeyapp
38
+
4
39
Installing the Nitrokey App 2 via Pipenv
5
- ----------------------------------------
40
+ -----------------------------------------
6
41
7
- This is the simplest way for now to install the Nitrokey App 2 on macOS. Further methods are being worked on .
42
+ This is an alternative way to install the Nitrokey App 2 on macOS.
8
43
9
44
1. `Install <https://pipenv.pypa.io/en/latest/installation.html >`__ pipenv if it is not already installed.
10
45
@@ -57,7 +92,7 @@ To run the application:
57
92
58
93
cd nitrokeyapp
59
94
60
- 2. Update the app:
95
+ 2. Run the app:
61
96
62
97
.. code-block :: zsh
63
98
You can’t perform that action at this time.
0 commit comments