Skip to content

Commit fe64113

Browse files
committed
Add requirements.txt
1 parent 8b557b7 commit fe64113

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ Any help is highly appreciated!
2323
- The following Python modules:
2424
[`CairoSVG`](https://pypi.org/project/CairoSVG/),
2525
[`colored`](https://pypi.org/project/colored/) and
26-
[`ruamel.yaml`](https://pypi.org/project/ruamel.yaml/) (install using pip)
26+
[`ruamel.yaml`](https://pypi.org/project/ruamel.yaml/)
27+
```console
28+
$ pip3 install -r requirements.txt
29+
```
2730

2831
## Installation
2932

requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CairoSVG
2+
colored
3+
ruamel.yaml

0 commit comments

Comments
 (0)