diff options
| author | jvoisin | 2015-11-27 16:31:15 +0100 |
|---|---|---|
| committer | jvoisin | 2015-11-27 16:31:15 +0100 |
| commit | 3cf80e8b5d6faf410e9ad3aad77f23cf6418a587 (patch) | |
| tree | 336f85df59b9030b63177c8ea827aab9d8b63ac5 /README.md | |
| parent | cca26ec32e51c287ecf57745e75f92b422444d09 (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.md | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -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 | ||
| 63 | HOW TO LAUNCH THE TESTSUITE | 62 | HOW TO LAUNCH THE TESTSUITE |
| 64 | =========================== | 63 | =========================== |
| 65 | cd ./test | 64 | |
| 66 | python test.py | 65 | python setup.py test |
| 67 | 66 | ||
| 68 | LINKS | 67 | LINKS |
| 69 | ===== | 68 | ===== |
