From f93e015c62127170edfd9efc061a272d12efc9e4 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 5 Jul 2023 05:26:02 -0700 Subject: [PATCH] Fix build from source in README.md [#948]. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 70b04e82..e37c6848 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,11 @@ information about the changes in this release. * To install from the source code, go into the top-level of the source code and run: +``` pip install --upgrade pip build python -m build pip install dist/*.whl +``` * To install the latest from the master branch, run `pip install git+https://github.com/rthalley/dnspython.git` -- 2.47.3