macOS Install

Installing the Nitrokey App 2 via Pipenv

Αυτός είναι ο απλούστερος τρόπος προς το παρόν για να εγκαταστήσετε το Nitrokey App 2 στο macOS. Επεξεργάζονται περαιτέρω μέθοδοι.

  1. Εγκαταστήστε το pipenv αν δεν είναι ήδη εγκατεστημένο.

  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:

Updating

  1. Enter the work directory:

    cd nitrokeyapp
    
  2. Update the app:

    pipenv update
    

Starting

To run the application:

  1. Enter the work directory:

    cd nitrokeyapp
    
  2. Update the app:

    pipenv run nitrokeyapp