Skip to content
Discussion options

You must be logged in to vote

I was hoping that pdm would complain if the plugins are missing.

It's not possible, but you can ensure they are installed with script hooks, like:

[tool.pdm.scripts]
post_install = "{pdm} install --plugins"

Then plugins will be installed each time you run pdm sync or pdm install

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@frostming
Comment options

@hmoffatt
Comment options

@frostming
Comment options

Answer selected by hmoffatt
@hmoffatt
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants