diff options
| author | Matthew Iversen <teh.ivo@gmail.com> | 2014-06-15 03:18:59 +1000 |
|---|---|---|
| committer | Matthew Iversen <teh.ivo@gmail.com> | 2014-06-15 03:18:59 +1000 |
| commit | 3bbbbc53447a78a3af69788a0d5b59a6297cb628 (patch) | |
| tree | 898efffa43c3046fb0fee777c03c8fc13ca80416 /docs | |
| parent | 227bab1224458a9891224ae33ee0cbf7ee1f71b1 (diff) | |
| download | virtualenv-3bbbbc53447a78a3af69788a0d5b59a6297cb628.tar.gz | |
Add Pycon 2011 talk, thanks @evvers
- Fixes #593
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 6 |
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 ------------------------------------ |
