Skip to content

Commit 8111a7b

Browse files
committed
explain language dependencies
1 parent 751a2e6 commit 8111a7b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

episodes/42-software-reuse.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $ git switch develop
8383
$ git switch -c improve-reusability
8484
```
8585

86-
At the end of this episode, we will merge this branch back into `develop`,
86+
At the end of this episode, we will merge this branch back into `develop`.
8787

8888
:::::::::::::::::::::::::::::::::::::::::
8989

@@ -282,6 +282,8 @@ We advice you to do this within a virtual environment you created before:
282282
pip install mkdocs mkdocstrings[python]
283283
```
284284

285+
By default, `mkdocstrings` does not provide support for a specific language. Therefore, we specify `[python]` to install extra dependencies of `mkdocstrings` for Python language support.
286+
285287
After installation, you can intialize a new MKDocs project in our Python project:
286288

287289
```bash

0 commit comments

Comments
 (0)