oz123 преди 12 години
родител
ревизия
0d2bc0285a
променени са 1 файла, в които са добавени 14 реда и са изтрити 2 реда
  1. 14 2
      README.md

+ 14 - 2
README.md

@@ -16,17 +16,29 @@ when using python 2.4:
 	python-celementtree
 	python-celementtree
     python-crypto
     python-crypto
 
 
+
+
 when using python >= 2.5 
 when using python >= 2.5 
     
     
     python-crypto
     python-crypto
 
 
-
 for nicer functionality:
 for nicer functionality:
     xsel - to copy password to clipboard on Linux
     xsel - to copy password to clipboard on Linux
 
 
+Pwman now uses argparse, which is only
+available in Python 2.7. Therefore, if you intend to use
+pwman3 with an older version of Python, please do so before
+installing:
+
+    $ cp scripts/pwman3 scripts/pwman3_bkup
+    $ cp scripts/pwman3_old scripts/pwman3
+
+Note that the old startup script of pwman3 might have limited
+functionality compared to the newer version. 
+
 To install:
 To install:
 
 
-$ python setup.py install
+    $ python setup.py install
 
 
 ## ikegam's function 
 ## ikegam's function