diff --git a/source/components/software/nk-app2/installation_mac.rst b/source/components/software/nk-app2/installation_mac.rst new file mode 100644 index 0000000000..ea7933cd13 --- /dev/null +++ b/source/components/software/nk-app2/installation_mac.rst @@ -0,0 +1,39 @@ +Mac Install +=========== + +Pipenv +------ + +This is the simplest way for now to install the Nitrokey App 2 on Mac. Further methods are being worked on. + +1. `Install `__ Pipenv if it is not already installed. +2. Create a work directory + +:: + + mkdir nitrokeyapp + +3. Enter the directory +:: + + cd nitrokeyapp +4. Install the app via pipenv +:: + + pipenv install nitrokeyapp + +The app can be updated the following way + +1. Enter the work directory +:: + + cd nitrokeyapp +2. pipenv update + +To run the application, go into the workdirectory +:: + + cd nitrokeyapp and run +:: + + pipenv run nitrokeyapp.