diff --git a/README.md b/README.md index 12d7bda2537d0920ffda7cb271a6faa8caa5b4f3..373f3bfa8cd9d8dbb8fd82e9e46ddd52596a4bf9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # Timing diagram -Draw timing diagram by root \ No newline at end of file +Easy python script to draw timing diagram by using pyroot. + +![example](/example.eps) + +## Requirement + + - python3x + - pyroot + - pyyaml + + +## Usage + +Edit yaml file as the example, +and say +```console +$ python -i timing_diagram.py +``` +