summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de>2011-03-27 01:24:56 +0100
committerThomas Waldmann <tw AT waldmann-edv DOT de>2011-03-27 01:24:56 +0100
commit42c05fbff53f095b99458cf49ea3c154b9107f07 (patch)
treea1f227f3f8510a1ccc61d1c349e5f9435d7150af
parentb40e9c0629e03ee616ddec30f687b0455a56c217 (diff)
downloadargparse-42c05fbff53f095b99458cf49ea3c154b9107f07.tar.gz
compatibility, installation, bug reporting docs
-rw-r--r--README.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index e524c1b..9422a23 100644
--- a/README.txt
+++ b/README.txt
@@ -13,3 +13,33 @@ module in the standard library, but also supports older Python versions.
argparse is licensed under the Python license, for details see LICENSE.txt.
+
+Compatibility
+-------------
+
+argparse should work on Python >= 2.3 (it was tested on 2.3.5, 2.4.4, 2.5.5
+and 2.6.5 and 2.7).
+
+
+Installation
+------------
+
+Try one of these:
+
+ python setup.py install
+
+ easy_install argparse
+
+ pip install argparse
+
+ putting argparse.py in some directory listed in sys.path should also work
+
+
+Bugs
+----
+
+If you find a bug, please try to reproduce it with python 2.7.
+
+If it happens there also, please file a bug in the python.org issue tracker.
+If it does not happen in 2.7, file a bug in the argparse package issue tracker.
+