Replies: 1 comment 24 replies
-
I'm definitely not a specialist on |
Beta Was this translation helpful? Give feedback.
24 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to install mkdocs-material in a computer that has no access to internet.
I have download the wheel file with pip and all the dependencies.
As it seems,
mkdocs-material-extensions
is a dependency formkdocs-material
.Hence I perform first
pip install mkdocs_material_extensions-1.0.1-py3-none-any.whl
, this fails since it claimsmkdocs-material
must be installed. I know people have opened prior issues on circular dependencies, and they were closed. So can you please help on how to proceed ?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions