Skip to content
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

Support for editable installs #175

Open
malfario opened this issue Apr 1, 2022 · 0 comments
Open

Support for editable installs #175

malfario opened this issue Apr 1, 2022 · 0 comments

Comments

@malfario
Copy link

malfario commented Apr 1, 2022

Hey David, thank you for sharing Pyflow, very neat tool!

I'm pretty interested in Python project managers implementing PEP 582 and just started exploring your take on it.

Coming from Poetry (and Pipenv before), I'm missing a way in Pyflow to install my project in editable mode (e.g. Poetry does this implicitly on "poetry install" for lib projects, Pipenv lets you do "pipenv install -e .").

I've naively tried "pyflow install -e ." and manually adding something like this to pyproject.toml (ala Pipenv) with no luck:

[tool.pyflow.dependencies]
mypackage = { editable = true, path = "." }

I've browsed the docs and search Github issues but cannot found any reference to this matter.

Is this mechanism intentionally missing (I know there's been some debate elsewhere on whether editable installs are useful or not) or is it planned and not yet implemented ?

Thank you!

@malfario malfario changed the title Editable install Support for editable installs Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant