Using poetry and meson together for a Python/Cython/C++ package #11267
-
I am trying to use What installation instructions would I need to use? Is it possible to do it with just |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Poetry is two things:
Which one are you trying to use it for? If you |
Beta Was this translation helpful? Give feedback.
Poetry is two things:
Which one are you trying to use it for? If you
pip install .
does that work, and produce a working install? Because if that does work, then IIRC poetry's virtual environments manager just uses pip internally and that should work as well.