Skip to content

Commit 945b6bf

Browse files
committed
Clarify usage
1 parent 89d993d commit 945b6bf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup_laptop.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,20 +130,19 @@ Take the following steps:
130130

131131
To start any notebook from the tutorial, download [the ZIP file with the most recent notebooks](https://github.com/molmod/openmm-tutorial-msbs/archive/master.zip) and unzip this archive.
132132

133-
- On Windows open a Conda prompt and change the directory to where you unzipped the archive.
133+
- On **Windows** open a Conda prompt and change the directory to where you unzipped the archive.
134134
If needed, first change to the correct drive, e.g. by typing the command `D:`, then use e.g. `cd` followed by the name of the directory where the ZIP file was unpacked.
135135

136-
- On macOS or Linux, open any terminal emulator and activate the mamba base environment:
136+
- On **macOS or Linux**, open any terminal emulator and activate the mamba base environment:
137137
```bash
138138
m
139139
```
140140
Then change the directory to where you unzipped the archive.
141141
There is no need to change drives and the usage of `cd` is similar to Windows.
142142

143-
Finally, enter the following commands:
143+
Once you have the right *current directory* in your virtual terminal, enter the following commands:
144144

145145
```bash
146-
147146
conda activate py39openmm
148147
jupyter lab
149148
```

0 commit comments

Comments
 (0)