Skip to content

Commit

Permalink
Update docs/technical-setup/environment-setup/setup-conda.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro authored Sep 3, 2024
1 parent b45ccfa commit bd81a71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/technical-setup/environment-setup/setup-conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ bash Miniforge3-$(uname)-$(uname -m).sh
!!! note
On Windows with WSL 2, you will need to install Miniforge on the WSL 2 side of your system, starting from the [Ubuntu terminal](../../getting-started/project-tools/using-the-terminal.md).

You will be prompted first to view the license; press enter as instructed, read the license (you should be able to scroll with your arrow keys), then press `q` to return to the installer.
Accept the license by typing `yes`, and then continue following the prompts to complete the installation.
You will be asked about the installation location (you can press `enter` to accept the default, which should be fine).
Finally, you will be asked whether you wish to update your shell profile to automatically initialize conda.
* You will be prompted first to view the license; press enter as instructed, read the license (you should be able to scroll with your arrow keys), then press `q` to return to the installer.
* Accept the license by typing `yes`, and then continue following the prompts to complete the installation.
* You will be asked about the installation location (you can press `enter` to accept the default, which should be fine).
* Finally, you will be asked whether you wish to update your shell profile to automatically initialize conda.
We recommend selecting `yes`.

When the installation is complete, you will see the following message:
Expand Down

0 comments on commit bd81a71

Please sign in to comment.