This is a - premature(*) - full functioning release of editscenario/nml2xml.
Compared to previous versions of editscenario this version uses pip to install. We also use the *entry_points/console_scripts* method to generate executables/scripts that should ease the path for end users.
To install follow these instructions:
1. Download the wheel file
2. Open a terminal
3. Change folder to the download folder of the wheel file
4. pip install <wheel_file> <--user> add --user for user only installation
5. Be sure the installation folder of editscenario is in your path.
6. To test - open a new terminal and enter editscenario -h - should give information (if not check the path)
(*) I committed to early to a public repository.