From 9becf7a5da66a5409d8b2875e0564e7417e67095 Mon Sep 17 00:00:00 2001 From: James Aaron Erang Date: Tue, 23 Apr 2024 19:21:35 +0800 Subject: [PATCH] use pipx instead of pip3 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ce3f46b..c2d1a7c 100755 --- a/install.sh +++ b/install.sh @@ -112,7 +112,7 @@ function install_python_dep() { # cd into the directory cd RedditVideoMakerBot-master # install the dependencies - pip3 install -r requirements.txt + pipx install -r requirements.txt # cd out cd .. }