# dependency parsetree ## Linux installation and execution ### Installation Install python 3 on your sistem. Run the following commands in terminal: ```bash cd pip3 install -r requirements.txt ``` ### Execution Set up search parameters in `.ini` file. Execute extraction by first moving to project directory with: ```bash cd ``` And later executing script with: ```bash python3 dependency-parsetree.py --config_file= ``` Example: ```bash python3 dependency-parsetree.py --config_file=config_template.ini ```