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>2020-12-09 22:40:52 +0300
committerCasey Deccio <casey@deccio.net>2020-12-09 22:40:52 +0300
commit91a5c19d02e56a3c9da1652d7b367f87578d9395 (patch)
tree9caa47dca7d016b94164b45e7cd663bd32de1cc2
parent95a7ac8cb660f3ef60eb2882541b9fba1722126d (diff)
Tweak wording
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index fdc7d5f..c6cdcfb 100644
--- a/README.md
+++ b/README.md
@@ -83,13 +83,12 @@ $ source ~/myenv/bin/activate
(Note that this installs the dependencies that are python packages, but some of
these packages have non-python dependecies, such as Graphviz (required for
pygraphviz) that are not installed automatically.)
-[virtual environment](#installation-in-a-virtual-environment), and installation
Next download and install DNSViz from the Python Package Index (PyPI):
```
(myenv) $ pip install dnsviz
```
-or locally, from a downloaded copy of DNSViz:
+or locally, from a downloaded or cloned copy of DNSViz:
```
(myenv) $ pip install .
```