Skip to content

Trying to test a plugin I'm developing locally but can't get it recognized #3457

Answered by oprypin
mikesamuel asked this question in Q&A
Discussion options

You must be logged in to vote

Poetry is a separate installation environment, right?

it'd need to be
pip install . + mkdocs build
or
poetry run pip install . + poetry run mkdocs build

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@oprypin
Comment options

@mikesamuel
Comment options

Answer selected by mikesamuel
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