]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Fix build from source in README.md [#948].
authorBob Halley <halley@dnspython.org>
Wed, 5 Jul 2023 12:26:02 +0000 (05:26 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 5 Jul 2023 12:26:46 +0000 (05:26 -0700)
(cherry picked from commit f93e015c62127170edfd9efc061a272d12efc9e4)

README.md

index 762274dff8f7cca8c4b33f241ea6f0c0d9f7d1d9..cfad3ecd4eebb179661eb024579223087279db67 100644 (file)
--- 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`