Skip to content

Instantly share code, notes, and snippets.

@fran0x
Last active September 13, 2016 14:45
Show Gist options
  • Save fran0x/b8fc34158d6b5872f335f24f1405e976 to your computer and use it in GitHub Desktop.
Save fran0x/b8fc34158d6b5872f335f24f1405e976 to your computer and use it in GitHub Desktop.
Setup Python3
brew install python3

pip install cookiecutter # command-line utility to create projects from cookiecutters / project templates
pip install numpy # vectors and matrices in Python
pip install scipy # other scientific computing tools
pip install pandas # dataframes in Python!
pip install jupyter # notebook

see also:

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