2019-05-17 12:57:08 +02:00
|
|
|
# PhotoReport
|
2019-01-20 18:21:53 +01:00
|
|
|
|
2019-05-17 12:57:08 +02:00
|
|
|
## Dependencies
|
2019-01-20 18:21:53 +01:00
|
|
|
|
|
|
|
- Python 3 (and some additionnals modules, see 'requirements.txt')
|
|
|
|
- rst2pdf
|
|
|
|
- ImageMagick
|
2019-05-17 12:32:15 +02:00
|
|
|
- exiv2 (for direct exif reading)
|
2019-01-20 18:21:53 +01:00
|
|
|
|
2019-05-17 12:57:08 +02:00
|
|
|
## Howto install ?
|
2019-01-20 18:21:53 +01:00
|
|
|
|
|
|
|
- create a virtualenv with python3
|
|
|
|
- install python requirements
|
2019-05-17 12:32:15 +02:00
|
|
|
|
2019-05-17 12:57:08 +02:00
|
|
|
## BUGS
|
2019-05-17 12:32:15 +02:00
|
|
|
|
|
|
|
For the moment, PDF report isn't working.
|