Skip to content

Commit 2e533b1

Browse files
authored
Anaconda->MiniForge
1 parent 2a57195 commit 2e533b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learners/setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ well. For this workshop we use Python version 3.x.
3434
Installing all of its scientific packages individually can be a bit difficult, so we provide an environment file to help you take care of them all together.
3535
We will use the _Miniforge_ distribution of Python.
3636

37-
### Anaconda
37+
### Python
3838

3939
Download and install [MiniForge](https://conda-forge.org/download/).
4040

@@ -57,7 +57,7 @@ conda activate AstronomicalData
5757

5858
We will test our environment setup using a test notebook (`test_setup.ipynb`) that you downloaded in the data section.
5959

60-
In a Terminal, Jupyter Prompt or Anaconda Prompt, make sure you are in the `student_download` directory.
60+
In a Terminal, Jupyter Prompt or MiniForge Prompt, make sure you are in the `student_download` directory.
6161
To start Jupyter, make sure you have activated your new conda environment, then run:
6262

6363
```
@@ -76,7 +76,7 @@ If they work and you get no error messages, **you are ready for the workshop**.
7676
## Why didn't the imports work?
7777

7878
Occasionally learners will need to take one additional step to make Jupyter run within the environment we have created.
79-
If your imports fail, close Jupyter by closing its terminal, and try running the following from your Anaconda prompt (
79+
If your imports fail, close Jupyter by closing its terminal, and try running the following from your MiniForge Prompt (
8080
Terminal or otherwise):
8181

8282
```

0 commit comments

Comments
 (0)