19 lines
313 B
Markdown
19 lines
313 B
Markdown
===========
|
|
# PhotoReport
|
|
|
|
## Dependencies
|
|
|
|
- Python 3 (and some additionnals modules, see 'requirements.txt')
|
|
- rst2pdf
|
|
- ImageMagick
|
|
- exiv2 (for direct exif reading)
|
|
|
|
## Howto install ?
|
|
|
|
- create a virtualenv with python3
|
|
- install python requirements
|
|
|
|
## BUGS
|
|
|
|
For the moment, PDF report isn't working.
|