Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2019-01-27 08:57:13 +0300
committerCasey Deccio <casey@deccio.net>2019-01-27 08:57:13 +0300
commitf6687c49e4b363c648c77d8fd287a6564dcf9257 (patch)
tree3b25793c8f49f5497e01066e31948d1fdff52640
parent049d6419ad449c699930cb8e0afd98f5c632901a (diff)
Update READMEv0.7.0
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1789fee..14d305c 100644
--- a/README.md
+++ b/README.md
@@ -92,10 +92,9 @@ or locally, from a downloaded copy of DNSViz:
### Fedora RPM Build and Install
-A Fedora RPM can be built for either python2 or python3. For Fedora 29,
-building with python2 is preferred because the version of pygraphviz is buggy
-with python3.7. For Fedora Rawhide, python2 packages are being removed, so
-python3 is preferred.
+A Fedora RPM can be built for either python2 or python3. However, note that
+with Fedora releases after 29, python2 packages are being removed, so python3
+is preferred.
The value of ${PY_VERS} is either 2 or 3, corresponding to python2 or python3.