You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
>>>
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: