summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Iversen <teh.ivo@gmail.com>2014-06-15 03:18:59 +1000
committerMatthew Iversen <teh.ivo@gmail.com>2014-06-15 03:18:59 +1000
commit3bbbbc53447a78a3af69788a0d5b59a6297cb628 (patch)
tree898efffa43c3046fb0fee777c03c8fc13ca80416 /docs
parent227bab1224458a9891224ae33ee0cbf7ee1f71b1 (diff)
downloadvirtualenv-3bbbbc53447a78a3af69788a0d5b59a6297cb628.tar.gz
Add Pycon 2011 talk, thanks @evvers
- Fixes #593
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 2c49976..04f7191 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -92,6 +92,12 @@ Other Documentation and Links
<https://github.com/thisismedium/virtualenv-commands>`_ for some more
workflow-related tools around virtualenv.
+* PyCon US 2011 talk: `Reverse-engineering Ian Bicking's brain: inside pip and virtualenv
+ <http://pyvideo.org/video/568/reverse-engineering-ian-bicking--39-s-brain--insi>`_.
+ By the end of the talk, you'll have a good idea exactly how pip
+ and virtualenv do their magic, and where to go looking in the source
+ for particular behaviors or bug fixes.
+
Compare & Contrast with Alternatives
------------------------------------