|
|
@@ -2,6 +2,8 @@
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
+Tip: Users of the Nix package manager can get a usable development environment through the supplied `shell.nix` file instead of manually installing all dependencies.
|
|
|
+
|
|
|
### Mandatory
|
|
|
|
|
|
* CPython >= 3.6 or PyPy >= 7.3.0 (Compatible with Python 3.6)
|
|
|
@@ -11,6 +13,7 @@
|
|
|
* [termcolor](https://pypi.org/project/termcolor/) for colored terminal output
|
|
|
* [dataclasses](https://pypi.org/project/dataclasses/) standard library backport, not needed for Python >= 3.7.
|
|
|
|
|
|
+
|
|
|
### Optional
|
|
|
|
|
|
* [state-machine-cat](https://github.com/sverweij/state-machine-cat) to render statecharts as SVG images. Runs on NodeJS, installable from NPM.
|