]> 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:02 +0000 (05:26 -0700)
README.md

index 70b04e82d0acbe5954262b144a8e0ced7126c323..e37c684817d18f440c705f0c911ccc363550eb24 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`