cmake_example icon indicating copy to clipboard operation
cmake_example copied to clipboard

Feature request: ability to import in poetry Python shell

Open mvadari opened this issue 2 years ago • 1 comments

It would be really nice if instead of needing to install the package using pip install ./cmake_example, you could use Poetry's built-in shell to run the package locally. I do this regularly with other packages that use poetry.

Example:

$ poetry run python
>>> import cmake_example
>>>

mvadari avatar Jan 31 '23 20:01 mvadari

And how do you plan to build it? Other packages don't build anything, they just point at Python source code.

henryiii avatar Mar 02 '23 15:03 henryiii