We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1516688 + 91d36ff commit 361149cCopy full SHA for 361149c
_practicalities/intro.md
@@ -26,7 +26,13 @@ least the main points -- should ease lots of the pain.
26
- As maintainer, use the new `setup(..., python_requires='>=3.4')` option.
27
- Use `pip install [-e] .` and do **not** invoke `setup.py` directly.
28
- **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).
+
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/#/)).
36
37
## The problem
38
0 commit comments