We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b557b7 commit fe64113Copy full SHA for fe64113
README.md
@@ -23,7 +23,10 @@ Any help is highly appreciated!
23
- The following Python modules:
24
[`CairoSVG`](https://pypi.org/project/CairoSVG/),
25
[`colored`](https://pypi.org/project/colored/) and
26
- [`ruamel.yaml`](https://pypi.org/project/ruamel.yaml/) (install using pip)
+ [`ruamel.yaml`](https://pypi.org/project/ruamel.yaml/)
27
+ ```console
28
+ $ pip3 install -r requirements.txt
29
+ ```
30
31
## Installation
32
requirements.txt
@@ -0,0 +1,3 @@
1
+CairoSVG
2
+colored
3
+ruamel.yaml
0 commit comments