-
Hi everyone, I'm trying to install a package directly from Github using poetry, but I'm struggling to get it to work the way I hope it can. As a demo, I've followed the docs and attempted to install Is it even possible to install a package in this way? If so, what do I have to do to be able to use the installed package in my code? I'm planning on setting up my own repo that will work as an installable package, so it would be useful to know what the requirements are for a package to be installable. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I see now that I had activated the wrong environment, it seems to be as simple as running the poetry add command after all ;) |
Beta Was this translation helpful? Give feedback.
I see now that I had activated the wrong environment, it seems to be as simple as running the poetry add command after all ;)