It would be helpful to make this project pip installable so users can easily install it and its dependencies. This typically involves adding a setup.py, pyproject.toml, or setup.cfg file, and ensuring the package structure is compatible with pip.
Proposed changes:
Add packaging files
Update the directory structure if needed
Add installation instructions to the README
It would be helpful to make this project pip installable so users can easily install it and its dependencies. This typically involves adding a setup.py, pyproject.toml, or setup.cfg file, and ensuring the package structure is compatible with pip.
Proposed changes:
Add packaging files
Update the directory structure if needed
Add installation instructions to the README