Skip to content

Update dependencies script

Joachim Metz edited this page Jan 10, 2020 · 1 revision

Introduction

update-dependencies.py is a Python script to ease the process of managing the dependencies of log2timeline project for the various package managers like pip, dpkg, rpm.

Running the script

From e.g. the plaso source directory run:

PYTHONPATH=../l2tdevtools ../l2tdevtools/tools/update-dependencies.py

This will update various files based on dependencies.ini and test_dependencies.ini.

Clone this wiki locally