diff --git a/README.md b/README.md index a47ef8a..ad4d738 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This tool helps to parse the valgrind logs generated by a [valgrind](http://valg The only package needed for successful run of `valgrind_log_parser.py` is mentioned in `requirements.txt`.
Use pip to install these requirements. ```bash -pip install -r requriements.txt +pip install -r requirements.txt ``` ## Pip install One can install valgrind parser tool from pip as well.