Minor fix - what pip-packages are required for Python scripts
1 files modified
1 files added
| | |
| | | rem download Python 2.7.14 from: https://www.python.org/downloads/release/python-2714/ |
| | | rem C:\Python27\Scripts\pip install numpy |
| | | |
| | | rem C:\Python27\Scripts\pip install scikit-image |
| | | rem C:\Python27\Scripts\pip install scipy |
| | | |
| | | C:\Python27\python.exe darknet.py |
| | | |
| New file |
| | |
| | | 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 |