Added note on imagemagick

This commit is contained in:
2021-12-25 01:55:01 +08:00
parent 190d02073d
commit e43bf5c30d

View File

@@ -30,6 +30,13 @@ Mac
homebrew install zbar
```
`imagemagick` is also needed to display the image through `Image.show()`. This may be installed using:
Ubuntu
```
sudo apt install imagemagick
```
## References
This project utilises code from digitalduke (https://github.com/digitalduke/otpauth-migration-decoder)