Skip to content

Instantly share code, notes, and snippets.

@dryman
Created July 10, 2022 14:52
Show Gist options
  • Save dryman/5aaf8af2b08487ec9f755c40617c0e9e to your computer and use it in GitHub Desktop.
Save dryman/5aaf8af2b08487ec9f755c40617c0e9e to your computer and use it in GitHub Desktop.
# Install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install python and nodejs
brew install python3
brew install nodejs
# Install python packages
pip3 install numpy
pip3 install scipy
pip3 install notebook
pip3 install matplotlib
# Start notebook
jupyter notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment