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:
Diffstat (limited to 'README.md')
-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 .
```