srcanamdw/codescanner/pyinstaller/README.txt
changeset 1 22878952f6e2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/srcanamdw/codescanner/pyinstaller/README.txt	Thu Feb 18 12:29:02 2010 +0530
@@ -0,0 +1,29 @@
+_PyInstaller 1.3_
+=================
+
+Use
+===
+ See doc/Tutorial.txt
+
+Installation in brief
+=====================
+ Non-Windows users should:
+    cd source/linux
+
+    python ./Make.py
+
+    make
+
+ Everyone should:
+    python Configure.py
+
+    python Makespec.py /path/to/yourscript.py
+
+    python Build.py /path/to/yourscript.spec
+
+    .done.
+
+Major changes in this release
+=============================
+ See doc/CHANGES.txt
+