TODO: Do all executables in Makefile, e.g.
- install dependencies
make install - run tests
make test - run analyzers
make run network_analyzeretc
Install pipenv:
python3 -m pip install pipenvInstall dependencies:
pipenv installActivate pipenv shell:
pipenv shellpython3 network_analyzer.pypython3 system_analyzer.pypython3 sys_resources_analyzer.pyFor run tests:
pytest