You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,21 @@ Alternatively, if you prefer using [pip](https://pip.pypa.io):
21
21
python3 -m pip install python-statemachine
22
22
```
23
23
24
-
For those looking to generate diagrams from your state machines, [pydot](https://github.com/pydot/pydot) and [Graphviz](https://graphviz.org/) are required.
25
-
Conveniently, you can install python-statemachine along with the `pydot` dependency using the extras option.
26
-
For more information, please refer to our documentation.
24
+
## Optional extras
25
+
26
+
Some features require extra dependencies, available as pip extras:
0 commit comments