mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
17 lines
499 B
Plaintext
17 lines
499 B
Plaintext
virtualenv
|
|
==========
|
|
|
|
See docs/index.txt for user documentation.
|
|
|
|
Contributor notes
|
|
-----------------
|
|
|
|
* virtualenv is designed to work on python 2 and 3 with a single code base.
|
|
Use Python 3 print-function syntax, and always use sys.exc_info()[1]
|
|
inside the `except` block to get at exception objects.
|
|
|
|
* virtualenv uses git-flow_ to `coordinate development`_.
|
|
|
|
.. _git-flow: https://github.com/nvie/gitflow
|
|
.. _coordinate development: http://nvie.com/posts/a-successful-git-branching-model/
|