You will need an account at github.com for the Git lesson. Basic GitHub accounts are free, so please create one if you haven't already. You should also consider what personal information you'd like to reveal. For example, you may want to review these instructions for keeping your email address private.
Python is a popular language for general-purpose programming that has been widely adopted for scientific computing. Unfortunately, installing all of its scientific packages individually can be difficult, so we will be relying on an all-in-one installer called Anaconda.
For all instructions below, please ensure you install Python version 3
bash Miniconda3-and then press tab. The name of the file you just downloaded should appear.
yes
and
press enter to approve the license. Press enter to approve the
default location for the files. Type yes
and
press enter to prepend Anaconda to your PATH
(this makes the Anaconda distribution the default Python).
cmd
conda create -n bash m2-base git jupyter pandas tornado=4.4 console_shortcut activate bash conda install -c swc nanoContinue to press [Enter] at any prompts and wait for the 'C:\' to return after each command before progressing (the first step can take many minutes and look like it's stuck, so please be patient).
activate bash
The default shell in all versions of Mac OS X is Bash.
/Applications/Utilities
).conda install git jupyter pandas
The default shell is usually Bash, but if your machine is set up
differently you can run it by opening a terminal and typing bash
.
conda install git jupyter pandas