use pipx instead of pip3

pull/2029/head
James Aaron Erang 1 year ago
parent d490b24e3d
commit 9becf7a5da
No known key found for this signature in database
GPG Key ID: D4D8E0B491964543

@ -112,7 +112,7 @@ function install_python_dep() {
# cd into the directory # cd into the directory
cd RedditVideoMakerBot-master cd RedditVideoMakerBot-master
# install the dependencies # install the dependencies
pip3 install -r requirements.txt pipx install -r requirements.txt
# cd out # cd out
cd .. cd ..
} }

Loading…
Cancel
Save