Hello maintainers,
While reviewing the repository, I noticed that the project currently does not include explicit instructions for setting up the Python environment.
Problem
There is no dependency specification file such as requirements.txt or environment.yml, and no documented setup steps in the README.
Why this matters
Clear environment setup documentation helps new contributors and researchers run the codebase consistently and reproduce results without environment-related issues.
Suggested improvement
- Provide a dependency file (
requirements.txt or environment.yml) with required packages
- Add a brief Environment Setup section to the README describing installation steps
Hello maintainers,
While reviewing the repository, I noticed that the project currently does not include explicit instructions for setting up the Python environment.
Problem
There is no dependency specification file such as
requirements.txtorenvironment.yml, and no documented setup steps in the README.Why this matters
Clear environment setup documentation helps new contributors and researchers run the codebase consistently and reproduce results without environment-related issues.
Suggested improvement
requirements.txtorenvironment.yml) with required packages