1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Install extras from local package for development environment setup (#6189)

This commit is contained in:
Sigurd Spieckermann 2023-10-14 09:09:13 +02:00 committed by GitHub
parent c3683b240f
commit 39e1251ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```