ESCOMP / CCPPStandardNames

Repository for community-accepted CCPP Standard Names and search tools
Other
3 stars 16 forks source link

python2 needs to be used for .xml -> .md #6

Closed davegill closed 4 years ago

davegill commented 4 years ago

The generic python will usually be interpreted as python3 now-a-days.

Just make the README explicit.

python2 write_standard_name_table.py standard_names.xml

modified: README.md

gold2718 commented 4 years ago

Since python2 is EOL, it will be much better to just ensure python 3 compatibility.