Skip to content

Instantly share code, notes, and snippets.

@chrisurf
Created December 10, 2021 14:09
Show Gist options
  • Save chrisurf/b45c4b4ee0d6fb265ec6e63a23768e05 to your computer and use it in GitHub Desktop.
Save chrisurf/b45c4b4ee0d6fb265ec6e63a23768e05 to your computer and use it in GitHub Desktop.
Python Mac Setup

Python Mac Setup

Open iterm2 or your favourite termional and run the following commands

Install Python

brew install python

Install PyCam

brew install --cask pycharm-ce

Install Slack

brew install --cask slack

Install Pandas)

pip install pandas

Install NumPy

pip install numpy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment