Python Pip

Install pip

wget https://bootstrap.pypa.io/get-pip.py -O - | python

Install packages for Mac ARM

numpy

brew install openblas
OPENBLAS="$(brew --prefix openblas)" pip install numpy
最后修改 2023-03-11: split into more parts (54b443e)