Integrating Julia into a python poetry project

See here: [ANN] pyjuliacall and pyjuliapkg packaged on conda-forge

FYI: Actually the py prefix there isn’t part of the package (and I looked in the daocs with the py prefix and fgot search results, but some, thus likely all bogus), and you don’t use it when installing from pip.

But in Conda you use the py prefix to install, and it gets you the same package…

I don’t know if you use with or without with Poetry. I first now installed it but don’t care enough to learn it… There seems to be too many options for Python, is that one the best? I installed it with apt-get, and then saw in docs, I could/should have used pipx, yet another option. I’ve only really used pip with Python, am aware of some others e.g. Conda. Don’t know if Julia (Python) package needs to supports the other in some way. I’t much simple in Julia, one default built-in package manager, Pkg, all use.