File tree Expand file tree Collapse file tree 1 file changed +1
-28
lines changed Expand file tree Collapse file tree 1 file changed +1
-28
lines changed Original file line number Diff line number Diff line change @@ -56,34 +56,7 @@ from this page.
56
56
Python Versions
57
57
===============
58
58
59
- virtualenvwrapper is tested under Python 2.4 - 2.7.
60
-
61
- Upgrading to 2.9
62
- ================
63
-
64
- Version 2.9 includes the features previously delivered separately by
65
- ``virtualenvwrapper.project ``. If you have an older verison of the
66
- project extensions installed, remove them before upgrading.
67
-
68
- Upgrading from 1.x
69
- ==================
70
-
71
- The shell script containing the wrapper functions has been renamed in
72
- the 2.x series to reflect the fact that shells other than bash are
73
- supported. In your startup file, change ``source
74
- /usr/local/bin/virtualenvwrapper_bashrc `` to ``source
75
- /usr/local/bin/virtualenvwrapper.sh ``.
76
-
77
- ============
78
- Contributing
79
- ============
80
-
81
- Before contributing new features to virtualenvwrapper core, consider
82
- whether they should be implemented as an extension instead.
83
-
84
- Refer to the `developers docs
85
- <http://www.doughellmann.com/docs/virtualenvwrapper/developers.html> `__
86
- for tips on contributing patches.
59
+ virtualenvwrapper is tested under Python 2.6, 2.7 and 3.2.
87
60
88
61
=======
89
62
Support
You can’t perform that action at this time.
0 commit comments