ashcrow/filetranspiler

Update README with dependencies

psergiu opened this issue · 2 comments

Please add in the README file that the python script requires python3-yaml to be installed ( not installed by default on Debian )

$ python3 ~/Downloads/filetranspiler-master/filetranspile -i bootstrap.ign -f bootstrap -o bootstrap-static.ign
Traceback (most recent call last):
  File "/home/psergiu/Downloads/filetranspiler-master/filetranspile", line 12, in <module>
    import yaml
ImportError: No module named 'yaml'

Thank you !

PTAL at #19 and let me know if that looks like it would clarify properly. I didn't denote specific packages, but did denote recommended Python version as well as the library itself.

Looks perfect ! Thank you very much.