From: Armin Ronacher Date: Fri, 26 Jul 2013 16:06:54 +0000 (+0200) Subject: Renamed readme and removed install file X-Git-Tag: 1.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3b8302a3b38235b1817dde09e1a08a4331321e8;p=thirdparty%2Fbabel.git Renamed readme and removed install file --- diff --git a/INSTALL.txt b/INSTALL.txt deleted file mode 100644 index 40517396..00000000 --- a/INSTALL.txt +++ /dev/null @@ -1,41 +0,0 @@ -Installing Babel -================ - -Prerequisites -------------- - - * Python 2.6, 2.7, 3.3+ or PyPy - * CLDR 23 - * other: see setup.py install_requires - - -Installation ------------- - -Once you've downloaded and unpacked a Babel source release, enter the -directory where the archive was unpacked, and run: - - $ python setup.py install - -Note that you may need administrator/root privileges for this step, as -this command will by default attempt to install Babel to the Python -site-packages directory on your system. It's recommended to use a -virtualenv instead. - -If you have a git checkout instead of a source release you will need -to convert the CLDR sources: - - $ python setup.py import_cldr install - -For advanced options, please refer to the easy_install and/or the distutils -documentation: - - http://peak.telecommunity.com/DevCenter/EasyInstall - http://docs.python.org/inst/inst.html - - -Support -------- - -If you encounter any problems with Babel, please don't hesitate to ask -questions on the Pocoo IRC channel (``#pocoo`` on irc.freenode.net). diff --git a/README.txt b/README similarity index 100% rename from README.txt rename to README