I want to install Tensorflow following this instructions. https://www.tensorflow.org/versions/r0.12/get_started/os_setup#pip_installation.
But when I try this code on
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