embench / embench-iot

The main Embench repository
https://www.embench.org/
GNU General Public License v3.0
258 stars 104 forks source link

Suggestion: Generate requirements.txt to list the required libraries. #21

Open ghost opened 5 years ago

ghost commented 5 years ago

Execute 'python freeze > requirements.txt' to generate requirements.txt

jeremybennett commented 5 years ago

@quxianmiao Thanks for this suggestion. The concept of freezing python was new to me. This seems like a good idea. I develop on Linux, where it seems python freeze is no longer supported. However it might be possible to use Pyinstaller instead.

I'm going to mark this as an enhancement, and leave it for future implementation. Until we have the scripts more stable, producing frozen versions will be less useful.

jeremybennett commented 5 years ago

@quxianmiao In the meantime, I have created https://github.com/embench/embench-iot/pull/27 to improve the documentation. I would appreciate if you could review it. Thanks

pmatos commented 3 years ago

I think @quxianmiao meant pip freeze: https://pip.pypa.io/en/stable/reference/pip_freeze/

PaoloS02 commented 8 months ago

Should we reopen this for the benefit of Embench 2.0?