Skip to content

PackageRequirement.py: Add install_package method

Vijeth Aradhya requested to merge vijeth-aradhya/package_manager:master into master

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 #32 (closed)

CC @jayvdb

Merge request reports