cmake_example
cmake_example copied to clipboard
Feature request: ability to import in poetry Python shell
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
>>>
And how do you plan to build it? Other packages don't build anything, they just point at Python source code.