Skip to content

Commit ed9205a

Browse files
authored
Changes to README: emphasize install
Further emphasizes that **only one** of the install paths should be chosen.
1 parent af57ec2 commit ed9205a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ schedulers (odd sections.)
2929

3030
## Prepare
3131

32-
1. You should clone this repository
32+
#### 1. You should clone this repository
3333

3434
git clone http://github.com/dask/dask-tutorial
3535

3636
and then install necessary packages.
37-
There are three different ways to achieve this, pick the one that best suits you.
37+
There are three different ways to achieve this, pick the one that best suits you, and ***only pick one option***.
3838
They are, in order of preference:
3939

4040
#### 2a) Create a conda environment (preferred)
@@ -73,7 +73,7 @@ The above command will give an URL (`Like http://(container_id or 127.0.0.1):888
7373
can be used to access the notebook from browser. You may need to replace the given hostname with "localhost" or
7474
"127.0.0.1".
7575

76-
**You should follow only one of the options above!**
76+
#### You should follow only one of the options above!
7777

7878
### Launch notebook
7979

0 commit comments

Comments
 (0)