Created
July 10, 2022 14:52
-
-
Save dryman/5aaf8af2b08487ec9f755c40617c0e9e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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