-
Notifications
You must be signed in to change notification settings - Fork 44
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "work directory" |
||
:: | ||
|
||
cd nitrokeyapp and run | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ? |
||
:: | ||
|
||
pipenv run nitrokeyapp. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's "macOS"
There was a problem hiding this comment.
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