mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Install extras from local package for development environment setup (#6189)
This commit is contained in:
parent
c3683b240f
commit
39e1251ef2
@ -301,16 +301,14 @@ Then, install all Python dependencies:
|
||||
=== "Material for MkDocs"
|
||||
|
||||
```
|
||||
pip install -e .
|
||||
pip install "mkdocs-material[recommended]"
|
||||
pip install -e ".[recommended]"
|
||||
pip install nodeenv
|
||||
```
|
||||
|
||||
=== "Insiders"
|
||||
|
||||
```
|
||||
pip install -e .
|
||||
pip install "mkdocs-material[recommended, imaging]"
|
||||
pip install -e ".[recommended, imaging]"
|
||||
pip install nodeenv
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user