1

I'm trying to install flask on my Mac and am struggling with the first step which is installing python3-pip. For reference, I'm using this tutorial: http://www.youtube.com/watch?v=zRwy8gtgJ1A&t=5m0s

sudo apt-get install python3-pip
sudo: apt-get: command not found

Thanks in advance.

endrasa
  • 57
  • 4

1 Answers1

1

Mac OS does not have apt-get in the terminal. Follow this guide for directions on how to install pip on mac. You can also reference this stack overflow question

Jake P
  • 480
  • 3
  • 19