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.4.0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dc8beae74d5bc106d3363176514a9b5e7791288;p=thirdparty%2Fdnspython.git Fix build from source in README.md [#948]. (cherry picked from commit f93e015c62127170edfd9efc061a272d12efc9e4) --- diff --git a/README.md b/README.md index 762274df..cfad3ecd 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`