Replies: 1 comment 1 reply
-
My understanding is that It seems it would be best practice to use one of the build backends to install your local project, here contained in |
Beta Was this translation helpful? Give feedback.
-
My understanding is that It seems it would be best practice to use one of the build backends to install your local project, here contained in |
Beta Was this translation helpful? Give feedback.
-
When using Poetry, I can have something like this in my
pyproject.toml
:Where
app
is a CLI function inmain
, and after installing be able to runmyproj
.Using Pixi's task, to my knowledge this is the equivalent:
And it still requires
pixi run myproj
. Is there a way to accomplish what Poetry does with Pixi?Beta Was this translation helpful? Give feedback.
All reactions