# HG changeset patch # User Steve Losh # Date 1307985149 14400 # Node ID 1284db97b0f21634a63650bd7fd1064b908c62c5 # Parent 4267ab99b32bbcec817e01cc0b5ffd85f1d8605e Add requirements. diff -r 4267ab99b32b -r 1284db97b0f2 README.markdown --- a/README.markdown Mon Jun 13 12:56:51 2011 -0400 +++ b/README.markdown Mon Jun 13 13:12:29 2011 -0400 @@ -22,6 +22,21 @@ * Changelog * License +Requirements +============ + +Vim 7.3+ compiled with Python 2.5+ support. + +Yes, that's some (relatively) new stuff. No, I'm not going to support anything less +than that. + +Threesome is a merge tool which means you'll be working with it on your development +machine, not over SSH on your servers. + +If you can't be bothered to run up-to-date versions of your tools on your main +development machine, I can't be bothered to clutter the codebase to support you. +Feels bad, man. + Installation ============