How to install tensorflow on Mac and use it in Pycharm

How to install TensorFlow on Mac

  1. Chck if you have intalled pip

    pip3
  2. install tensorflow using pip3

    pip3 install tensorflow
  3. check tensorflow version

    pip3 show tensorflow

How to set TensorFlow in Pycharm

  1. Click file -> New Project Setting -> Preference

  2. Choose Python interpreter

  3. Click the plus sign on the left bottom

  4. Search for tensorflow and install it