diff options
| author | Vijay Marcel <vijaymarcel@outlook.com> | 2023-09-15 22:33:55 +0900 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-17 00:10:21 +0700 |
| commit | 15f50dd9aa0dd6c265d2ba633456e194f5cda6fb (patch) | |
| tree | 9e06340f07d5f08b601727f92b625ff0bb47a252 /python/python3-pipx/README | |
| parent | a7f67f9422e94fe77c1294533aee4e31b8dfaad8 (diff) | |
python/python3-pipx: Added (install python apps).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pipx/README')
| -rw-r--r-- | python/python3-pipx/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-pipx/README b/python/python3-pipx/README new file mode 100644 index 0000000000..8682e3b4a7 --- /dev/null +++ b/python/python3-pipx/README @@ -0,0 +1,8 @@ +Install and Run Python Applications in Isolated environments. +leaving your system untouched after it finishes.Install packages +to isolated virtual environments.while globally exposing their +CLI applications so you can run them from anywhere. +Easily list, upgrade, and uninstall packages that were installed +with pipx.pipx runs with regular user permissions never calling +sudo pip install + |
