Config.in 189 B

1234567
  1. config BR2_PACKAGE_PYTHON_PIP
  2. bool "python-pip"
  3. select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
  4. help
  5. The PyPA recommended tool for installing Python packages.
  6. https://pip.pypa.io/