Closed
Description
Checklist
- I am using an up-to-date version.
- I have read the documentation.
- I have searched existing issues.
Description
Switching to poetry would simplify dependency and venv management, allowing new developers to get started with just two commands regardless of platform. Ideally be able to run poetry install
then run poetry run python tagstudio\tag_studio.py
and have the project just work.
Solution
Modify the pyproject.toml to support Poetry Dependencies.
Alternatives
Alternatively set up support for PDM.