Skip to content

Commit 3e96cd5

Browse files
committed
adding installation method for mac via pipenv
1 parent e66c929 commit 3e96cd5

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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.

0 commit comments

Comments
 (0)