Skip to content

Commit 361149c

Browse files
authored
Merge pull request #90 from Carreau/talks
update links
2 parents 1516688 + 91d36ff commit 361149c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: _practicalities/intro.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ least the main points -- should ease lots of the pain.
2626
- As maintainer, use the new `setup(..., python_requires='>=3.4')` option.
2727
- Use `pip install [-e] .` and do **not** invoke `setup.py` directly.
2828
- **Fail** early at **install time** if user is on Python 2.
29-
- We are giving a talk at PyCon 2017 (likely recorded; link to follow).
29+
30+
We gave a
31+
[talk at PyCon 2017](https://www.youtube.com/watch?v=2DkfPzWWC2Q)
32+
([slides](https://carreau.github.io/pycon2017/#/))
33+
, and at
34+
[pybay](https://www.youtube.com/watch?v=2DkfPzWWC2Q)
35+
([slides](https://carreau.github.io/pycon2017/#/)).
3036

3137
## The problem
3238

0 commit comments

Comments
 (0)