Skip to content

[Enhancement][DevX] Easier dependency management and a virtual environment guide #210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Udayraj123 opened this issue Sep 15, 2024 · 1 comment
Labels
Discussion enhancement New feature or request hacktoberfest help wanted Extra attention is needed Medium

Comments

@Udayraj123
Copy link
Owner

Udayraj123 commented Sep 15, 2024

Is your feature request related to a problem? Please describe.
Currently there's no build system or a guide to run the project in a virtual environment. This can cause incoherent experience on different systems having pre-installed system packages.

Describe the solution you'd like
We should explore using poetry or any dependency management tool as per the latest industry standards for python projects

Describe alternatives you've considered

  • For virtual environment guide, can suggest using conda as well (yet inclined towards venv)
  • Setuptools for packaging/build systems

Additional context
One Issue faced by some users when using OMRChecker: https://stackoverflow.com/a/75722775/6242649

Note: please share your queries and approaches on discord for quicker discussions:

@Udayraj123 Udayraj123 changed the title [Feature][DevX] Easier dependency management and a virtual environment guide [Enhancement][DevX] Easier dependency management and a virtual environment guide Sep 15, 2024
@Udayraj123
Copy link
Owner Author

Udayraj123 commented Apr 14, 2025

Now uv is there with a performance boost.

A single tool to replace pip, pip-tools, pipx, poetry, pyenv, twine, virtualenv, and more.

Still open for PRs^

@Udayraj123 Udayraj123 added the help wanted Extra attention is needed label Apr 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussion enhancement New feature or request hacktoberfest help wanted Extra attention is needed Medium
Projects
None yet
Development

No branches or pull requests

1 participant