github.com/network-quality/goresponsiveness@v0.0.0-20240129151524-343954285090/tools/usage.md (about) 1 To use install requirements 2 3 Works with python 3.10 4 Should work with more recent 5 6 To set up local venv: 7 1. Create a local venv `python -m venv env` 8 2. Active it (windows) `"./env/Scripts/activate.bat"` 9 3. Install requirements `pip install -r requirements.txt` 10 4. Run in script (need to active it or use current) `python graphing.py <dir/log filename>` 11 - Where dir is the folder for all the logs 12 - Where log filename is any specific log file set to use (will need all 5 outputs in the same directory)