From: Bob Halley Date: Wed, 5 Jul 2023 12:26:02 +0000 (-0700) Subject: Fix build from source in README.md [#948]. X-Git-Tag: v2.5.0rc1~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f93e015c62127170edfd9efc061a272d12efc9e4;p=thirdparty%2Fdnspython.git Fix build from source in README.md [#948]. --- 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`