From 7ed388e2edb64abd9cba9f677a1908113a35445a Mon Sep 17 00:00:00 2001 From: Fred Feng Date: Mon, 20 Nov 2023 15:30:39 -0500 Subject: [PATCH] Update software setup instructions --- _includes/install_instructions/python.html | 34 +++++++++++++++++----- _includes/install_instructions/shell.html | 7 ++--- 2 files changed, 29 insertions(+), 12 deletions(-) diff --git a/_includes/install_instructions/python.html b/_includes/install_instructions/python.html index 19fc308..2b97f24 100644 --- a/_includes/install_instructions/python.html +++ b/_includes/install_instructions/python.html @@ -44,15 +44,22 @@

Python

+ Install Anaconda
  1. Open https://www.anaconda.com/download with your web browser.
  2. Download the Anaconda for Windows installer.
  3. Run the Anaconda Installer, using all of the defaults for installation except make sure to check Make Anaconda the default Python.
  4. -
  5. Once Anaconda is installed, launch the Anaconda Prompt by going to the Windows search bar, type in anaconda prompt, and press Enter.
  6. -
  7. In the Anaconda Prompt type jupyter lab and press Enter. This will open JupyterLab in your browser.
  8. +
  9. Once Anaconda is installed, launch the Anaconda Prompt by going to the Windows search bar, type in anaconda prompt, and press Enter.
  10. +
  11. In the Anaconda Prompt type jupyter lab and press Enter. This will open JupyterLab in your browser.
- Note: To keep the JupyterLab running, do not close the command line window (you can minimize it), as it works as JupterLab's "local host server". + Launch JupyterLab +
    +
  1. Once Anaconda is installed, launch the Anaconda Prompt by going to the Windows search bar, type in anaconda prompt, and press Enter.
  2. +
  3. In the Anaconda Prompt type jupyter lab and press Enter. This will launch JupyterLab in your browser.
  4. +
  5. Note to keep the JupyterLab running, do not close the command line window (you can minimize it), as it works as JupterLab's "local host server".
  6. +
+
+ Install Anaconda
  1. Open https://www.anaconda.com/download with your web browser.
  2. Download the Anaconda Installer for macOS. You may need to choose an installer between an Intel-chip Mac and Apple silicon (e.g., M1/M2) Mac.
  3. Run the Anaconda Installer, using all of the defaults for installation except make sure to check Make Anaconda the default Python.
  4. -
  5. Once Anaconda is installed, type jupyter lab in your Terminal and press Return. This will open JupyterLab in your browser.
  6. +
  7. Once Anaconda is installed, type jupyter lab in your Terminal and press Return. This will launch JupyterLab in your browser.
- Note: To keep the JupyterLab running, do not close the command line window (you can minimize it), as it works as JupterLab's "local host server". + Launch JupyterLab +
    +
  1. Once Anaconda is installed, launch the Terminal window, type in jupyter lab, and press Return. This will launch JupyterLab in your browser.
  2. +
  3. Note to keep the JupyterLab running, do not close the Terminal window (you can minimize it), as it works as JupterLab's "local host server".
  4. +
+
+ Install Anaconda
  1. Open https://www.anaconda.com/download with your web browser.
  2. Download the Anaconda Installer for Linux.
    @@ -89,7 +103,7 @@

    Python

    the executable is downloaded (e.g., `cd ~/Downloads`).
  3. - Type
    bash Anaconda3-
    and then press + Type bash Anaconda3- and then press Tab to autocomplete the full file name. The name of file you just downloaded should appear.
  4. @@ -107,10 +121,14 @@

    Python

    to prepend Anaconda to your PATH (this makes the Anaconda distribution the default Python). -
  5. Once Anaconda is installed, type jupyter lab in your Terminal and press Return. This will open JupyterLab in your browser.
  6. +
  7. Once Anaconda is installed, type jupyter lab in your Terminal and press Return. This will launch JupyterLab in your browser.
- Note: To keep the JupyterLab running, do not close the command line window (you can minimize it), as it works as JupterLab's "local host server". + Launch JupyterLab +
    +
  1. Once Anaconda is installed, launch the Terminal window, type in jupyter lab, and press Return. This will launch JupyterLab in your browser.
  2. +
  3. Note to keep the JupyterLab running, do not close the Terminal window (you can minimize it), as it works as JupterLab's "local host server".
  4. +
diff --git a/_includes/install_instructions/shell.html b/_includes/install_instructions/shell.html index 58e9580..82a8785 100644 --- a/_includes/install_instructions/shell.html +++ b/_includes/install_instructions/shell.html @@ -2,7 +2,7 @@

The Unix Shell

The Unix shell is a command-line interface that gives you the power to do - tasks more quickly. + tasks more quickly and reproducibly.

@@ -108,10 +108,9 @@

Video Tutorial

The default shell in newer versions of macOS is Z shell, also known as zsh, and it comes pre-installed with your MacOS. - You access shell from the Terminal (found in - /Applications/Utilities). + You access shell from the Terminal, which can be launched with a Spotlight Search by typing "terminal" or in /Applications/Utilities. See the Git installation video tutorial - for an example on how to open the Terminal. + for an example on how to launch the Terminal. You may want to keep Terminal in your dock for this workshop.