ivandavidov / minimal

Minimal Linux Live (MLL) is a tiny educational Linux distribution, which is designed to be built from scratch by using a collection of automated shell scripts. Minimal Linux Live offers a core environment with just the Linux kernel, GNU C library, and Busybox userland utilities.
https://ivandavidov.github.io/minimal
GNU General Public License v3.0
1.52k stars 297 forks source link

Added python pip and pip packages support #234

Closed TobiasFaller closed 3 years ago

TobiasFaller commented 3 years ago

This pull request implements a pip installation together with a list of specified packages into the target python overlay.

Feedback is appreciated.

ivandavidov commented 3 years ago

Great work! I'm not a Python developer myself, but I'll try it when I review the bundles for the next version of MLL.