summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjvoisin2015-11-27 16:31:15 +0100
committerjvoisin2015-11-27 16:31:15 +0100
commit3cf80e8b5d6faf410e9ad3aad77f23cf6418a587 (patch)
tree336f85df59b9030b63177c8ea827aab9d8b63ac5 /README.md
parentcca26ec32e51c287ecf57745e75f92b422444d09 (diff)
Update a bit the README.md file
- PIL is not used anymore - The testsuite should be launched with `python test.py test`
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 533ab5e..da49130 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,6 @@ DEPENDENCIES
28============ 28============
29 * python2.7 (at least) 29 * python2.7 (at least)
30 * python-hachoir-core and python-hachoir-parser 30 * python-hachoir-core and python-hachoir-parser
31 * python-pil for more secure images handling
32 * python-pdfrw, gir-poppler and python-gi-cairo for full PDF support 31 * python-pdfrw, gir-poppler and python-gi-cairo for full PDF support
33 * python-gi for the GUI 32 * python-gi for the GUI
34 * shred (should be already installed) 33 * shred (should be already installed)
@@ -62,8 +61,8 @@ HOW TO IMPLEMENT NEW FORMATS
62 61
63HOW TO LAUNCH THE TESTSUITE 62HOW TO LAUNCH THE TESTSUITE
64=========================== 63===========================
65 cd ./test 64
66 python test.py 65 python setup.py test
67 66
68LINKS 67LINKS
69===== 68=====