File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
source/components/software/nk-app2 Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ macOS Install
2
+ ===========
3
+
4
+ Pipenv
5
+ ------
6
+
7
+ This is the simplest way for now to install the Nitrokey App 2 on macOS. Further methods are being worked on.
8
+
9
+ 1. `Install <https://pipenv.pypa.io/en/latest/installation.htm >`__ Pipenv if it is not already installed.
10
+ 2. Create a work directory
11
+
12
+ code-block::
13
+
14
+ mkdir nitrokeyapp
15
+
16
+ 3. Enter the directory
17
+ code-block::
18
+
19
+ cd nitrokeyapp
20
+ 4. Install the app via pipenv
21
+ code-block::
22
+
23
+ pipenv install nitrokeyapp
24
+
25
+ The app can be updated the following way
26
+
27
+ 1. Enter the work directory
28
+ code-block::
29
+
30
+ cd nitrokeyapp
31
+ 2. pipenv update
32
+
33
+ To run the application, go into the workdirectory
34
+ code-block::
35
+
36
+ cd nitrokeyapp
37
+
38
+ and run
39
+ code-block::
40
+
41
+ pipenv run nitrokeyapp.
You can’t perform that action at this time.
0 commit comments