Skip to content

Commit a78073b

Browse files
committed
be explicit about using Miniforge
1 parent 7d3c62c commit a78073b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

installation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Move the the downloaded zip file (`python-for-hydrology-main.zip`) to the select
4646

4747
# Test the class environment
4848

49-
After successful installation of the class environment and downloading the class repository navigate to the `installation` directory in class repository.
49+
After successful installation of the class environment and downloading the class repository navigate to the `installation` directory in class repository. In Windows, this is done in Miniforge Prompt.
5050

5151
```shell
5252
cd python-for-hydrology/installation

notebooks/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ Jupyter Lab will be used to view and interact with Python Notebooks.
66

77
### Windows
88

9-
1. Open Miniforge Prompt
9+
1. Open Miniforge Prompt. Startup steps (2-4) are done within Miniforge.
1010

1111
2. Navigate to the notebooks folder:
1212

1313
For example:
1414

15-
```
15+
```shell
1616
cd python-for-hydrology/notebooks/part0_python_intro
1717
```
1818

1919
3. Activate the pyclass environment (this assumes the installation steps were already performed).
2020

21-
```
21+
```shell
2222
conda activate pyclass
2323
```
2424

2525
4. Launch JupyterLab with the command:
2626

27-
```
27+
```shell
2828
jupyter lab
2929
```
3030

0 commit comments

Comments
 (0)