I just managed to install PyYAML...but I'm still not sure how to parse yaml files by using PyYAML (Sorry for my poor programming knowledge)..
Actually my real intention is to parse/validate YAML files to make sure they're following the right syntax...
So the instructions I found is here http://pyyaml.org/wiki/PyYAML, but I'm still confused about how to use it, especially for testing several documents (not pasting contents from the yaml files)..
Can you help explain it? Thank you very much!
Penny