Browse Source

Added note on imagemagick

master
Samuel Pua 4 years ago
parent
commit
e43bf5c30d
  1. 7
      README.md

7
README.md

@ -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)

Loading…
Cancel
Save