From cf90f9df6ebc1221111acad6aefc88c2bdd9dbfc Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Wed, 26 Mar 2025 00:30:29 -0400 Subject: [PATCH] update to 12.3: python --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5903d1e..bb830c7 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,6 @@ This is my repository for Linux from Scratch, and designed for the package manager [leaf](https://gitea.phywyj.dynv6.net/wyj/leaf). Warning: `leaf` won't deal with the dependence relation, and currently won't check file confliction. You have to deal with these problems as the maintainer of your own LFS system. + +## Different with LFS book +- Use `ensurepip` in *Chapter 7.10. Python-3.13.2*