macOS Install¶
Installing the Nitrokey App 2 via Pipenv¶
Tämä on toistaiseksi yksinkertaisin tapa asentaa Nitrokey App 2 macOS:ään. Muita menetelmiä työstetään parhaillaan.
Asenna pipenv, jos sitä ei ole vielä asennettu.
Create a work directory:
mkdir nitrokeyapp
Enter the directory:
cd nitrokeyapp
Install the app via pipenv:
pipenv install nitrokeyapp
The app can be updated the following way:
Updating¶
Enter the work directory:
cd nitrokeyapp
Update the app:
pipenv update
Starting¶
To run the application:
Enter the work directory:
cd nitrokeyapp
Update the app:
pipenv run nitrokeyapp