You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mayeul d'Avezac edited this page Aug 12, 2014
·
2 revisions
First checks if the given python package is already available. If not, it first tries to install it using pip, and then using easy_install.
include(PythonPackageLookup)
lookup_python_package(<package> # Package name
[QUIET]
[REQUIRED]
[VERSION <version>] # Version to check for# Not currently honoured when installing.
[PATH <path>] # Directory where the package should be installed# Defaults to ${EXTERNAL_ROOT}/python
)