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

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