Minor fix - what pip-packages are required for Python scripts

This commit is contained in:
AlexeyAB
2018-05-06 21:51:31 +03:00
parent 30e08573d1
commit c9b8bdee18
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,6 @@
C:\Python27\Scripts\pip install numpy
C:\Python27\Scripts\pip install matplotlib
C:\Python27\python.exe log_parser.py --source-dir ./ --save-dir ./ --log-file test.log --show true
pause