SyntaxFix
Write A Post
Hire A Developer
Questions
You would need to install pip3.
On Linux, the command would be: sudo apt install python3-pip On Mac, using brew, first brew install python3 Then brew postinstall python3
sudo apt install python3-pip
brew install python3
brew postinstall python3
Try calling pip3 -V to see if it worked.
pip3 -V