Skip to content

Commit 5264bba

Browse files
committed
Add instructions and link to instructions
1 parent 9c25fa1 commit 5264bba

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ are you writing?
3939

4040
* [Learning-oriented tutorial](https://diataxis.fr/tutorials/)
4141
* [Understanding-oriented explanation](https://diataxis.fr/explanation/)
42+
43+
44+
### Workshop environment
45+
46+
Please reference [the instructions in the `docker/` subdirectory](docker/README.md)!

docker/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ It uses familiar
2222
like conda's `environment.yml` to generate the image, and the author of the repo2docker
2323
repository doesn't need to deal with frustrating complexities like environment
2424
activation or requirements to work as expected on a JupyterHub.
25+
26+
27+
## Changing dependencies
28+
29+
Edit dependency specifications in `environment.yml`.
30+
31+
You shouldn't need to change any other files.

0 commit comments

Comments
 (0)