Best installation method for a command line use #42
Answered
by
cedricbonhomme
luke-on-security
asked this question in
Q&A
-
I would like to know how to install the app system wide ? thanks ! |
Beta Was this translation helpful? Give feedback.
Answered by
cedricbonhomme
Feb 26, 2024
Replies: 1 comment 1 reply
-
Hey again ! the app is designed for this use as well and is available on pypi ! So you can simple use pip or pipx. I rreally recommend pipx. The app will be available for the user (user wide), and installed in a dedicated Python vitualenv. So no dependendies issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
luke-on-security
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey again !
the app is designed for this use as well and is available on pypi !
So you can simple use pip or pipx. I rreally recommend pipx. The app will be available for the user (user wide), and installed in a dedicated Python vitualenv. So no dependendies issue.