Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding installation method for mac via pipenv #346

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions source/components/software/nk-app2/installation_mac.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
Mac Install
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's "macOS"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, but this is wrong multiple times in the documentation , ill make a new issue for fixing this in the whole documentation overall

===========

Pipenv
------

This is the simplest way for now to install the Nitrokey App 2 on Mac. Further methods are being worked on.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's "macOS"


1. `Install <https://pipenv.pypa.io/en/latest/installation.htm>`__ 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
nitrosimon marked this conversation as resolved.
Show resolved Hide resolved

To run the application, go into the workdirectory
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"work directory"

::

cd nitrokeyapp and run
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

::

pipenv run nitrokeyapp.