Skip to content

PackageRequirement.py: Add install_package method

Add install_package method which joins the install command list with space and executes it in a sub-process. Also, remove this method in PipRequirement

Fixes https://gitlab.com/coala/package_manager/issues/32

Fixes https://gitlab.com/coala/package_manager/issues/37

CC @jayvdb

Merge request reports