Skip to content

Commit e1a2ee1

Browse files
committed
readme: Add pyyaml install note to py script section
1 parent d2dc9d6 commit e1a2ee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ There are two included tests used to test these vectors, the Python and Golang p
1212

1313
### Python
1414

15-
The `test.py` script uses the [girc](https://github.com/DanielOaks/girc) and [ircmatch](https://github.com/mammon-ircd/ircmatch>) libraries as reference implementations.
15+
The `test.py` script uses the [girc](https://github.com/DanielOaks/girc) and [ircmatch](https://github.com/mammon-ircd/ircmatch>) libraries as reference implementations, as well as [pyyaml](http://pyyaml.org/) to parse the test files.
1616

1717
To install these libraries, run:
1818

19-
pip3 install --upgrade girc ircmatch
19+
pip3 install --upgrade girc ircmatch pyyaml
2020

2121
After that, simply run the script with `python3 test.py` in the root dir. This will test everything we can test, and show the output.
2222

0 commit comments

Comments
 (0)