Skip to content

Instantly share code, notes, and snippets.

@dustyfresh
Created March 28, 2021 17:06
Show Gist options
  • Save dustyfresh/ab7c3fe3021e806a3435acf1fc5a6053 to your computer and use it in GitHub Desktop.
Save dustyfresh/ab7c3fe3021e806a3435acf1fc5a6053 to your computer and use it in GitHub Desktop.
install pandas and numpy on the macbook M1
$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install --upgrade pip
$ pip install Cython
$ pip install numpy --no-use-pep517
$ pip install pandas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment