Skip to content

Commit cc9235b

Browse files
authored
Clarify that setup options are exclusive (#185)
Doing SciPy 2020 tutorial that is happening now, some users got confused about the setup instructions and ended up following more than one of the options. This commit clarifies that only one of those are necessary
1 parent 64e2a5c commit cc9235b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ schedulers (odd sections.)
2929

3030
## Prepare
3131

32-
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.
38+
They are, in order of preference:
3739

38-
#### a) Create a conda environment (preferred)
40+
#### 2a) Create a conda environment (preferred)
3941

4042
In the main repo directory
4143

@@ -44,7 +46,7 @@ In the main repo directory
4446
jupyter labextension install @jupyter-widgets/jupyterlab-manager
4547
jupyter labextension install @bokeh/jupyter_bokeh
4648

47-
#### b) Install into an existing environment
49+
#### 2b) Install into an existing environment
4850

4951
You will need the following core libraries
5052

@@ -57,7 +59,7 @@ You may find the following libraries helpful for some exercises
5759
Note that this options will alter your existing environment, potentially changing the versions of packages you already
5860
have installed.
5961

60-
#### c) Use Dockerfile
62+
#### 2c) Use Dockerfile
6163

6264
You can build a docker image out of the provided Dockerfile.
6365

@@ -71,6 +73,8 @@ The above command will give an URL (`Like http://(container_id or 127.0.0.1):888
7173
can be used to access the notebook from browser. You may need to replace the given hostname with "localhost" or
7274
"127.0.0.1".
7375

76+
**You should follow only one of the options above!**
77+
7478
### Launch notebook
7579

7680
From the repo directory

0 commit comments

Comments
 (0)