Skip to content

Commit 6eb5097

Browse files
committed
differences for PR #242
1 parent 582db55 commit 6eb5097

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

md5sum.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"instructors/prereqs.md" "23b74549b6aafaefff36a4b07472b4f9" "site/built/prereqs.md" "2023-05-15"
1818
"learners/discuss.md" "2758e2e5abd231d82d25c6453d8abbc6" "site/built/discuss.md" "2023-05-15"
1919
"learners/reference.md" "71e85f5a0a8e3557a56c931138742265" "site/built/reference.md" "2023-05-15"
20-
"learners/setup.md" "ffba26b9065b98c7737604ae264a18b4" "site/built/setup.md" "2024-03-08"
20+
"learners/setup.md" "616dca81e05236a34e98a105953d86f5" "site/built/setup.md" "2025-04-01"
2121
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2023-05-15"

setup.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,12 @@ You will need to install Python, Jupyter, and some additional libraries.
3131
[Python](https://python.org) is a popular language for
3232
scientific computing, and great for general-purpose programming as
3333
well. For this workshop we use Python version 3.x.
34-
Installing all of its scientific packages individually can be
35-
a bit difficult, so we recommend an all-in-one installer.
36-
We will use Anaconda.
34+
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.
35+
We will use the _Miniforge_ distribution of Python.
3736

38-
### Anaconda
37+
### Python
3938

40-
Download and install [Anaconda](https://www.anaconda.com/download).
39+
Download and install [MiniForge](https://conda-forge.org/download/).
4140

4241
To create a new Conda environment, which includes the additional packages we will be using
4342
in this workshop, you will need the environment file (`environment.yml`) you downloaded in the data section.
@@ -58,7 +57,7 @@ conda activate AstronomicalData
5857

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

61-
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.
6261
To start Jupyter, make sure you have activated your new conda environment, then run:
6362

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

7978
Occasionally learners will need to take one additional step to make Jupyter run within the environment we have created.
80-
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 (
8180
Terminal or otherwise):
8281

8382
```

0 commit comments

Comments
 (0)