Using shell utilities that are coming with python package #5426
-
Hi there, i would like to use the I installed it with:
but i can't invoke the command by entering
I already tried to first use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If I do a =poetry add --dev watchdog[watchmedo]= I see: `Using version ^2.1.7 for watchdog Updating dependencies Writing lock file Package operations: 3 installs, 0 updates, 0 removals • Installing pyyaml (6.0) After which i can run =poetry run watchmedo= and see a help screen. |
Beta Was this translation helpful? Give feedback.
If I do a =poetry add --dev watchdog[watchmedo]= I see:
`Using version ^2.1.7 for watchdog
Updating dependencies
Resolving dependencies... (0.4s)
Writing lock file
Package operations: 3 installs, 0 updates, 0 removals
• Installing pyyaml (6.0)
• Installing python-sat (0.1.7.dev16)
• Installing watchdog (2.1.7)
`
After which i can run =poetry run watchmedo= and see a help screen.