Skip to content

Commit 7c8ff7c

Browse files
committed
update sphinx pages
1 parent b936f22 commit 7c8ff7c

File tree

6 files changed

+28
-6
lines changed

6 files changed

+28
-6
lines changed
390 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

docs/pages/html/Installation.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,14 @@ <h2>Graphviz<a class="headerlink" href="#graphviz" title="Permalink to this head
140140
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">pip install graphviz</span>
141141
</pre></div>
142142
</div>
143-
<p>An alternative example how to download and install this for Unix machines:</p>
143+
<p>An alternative example is to download and install this for Unix machines:</p>
144144
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">sudo apt install python-pydot python-pydot-ng graphviz</span>
145+
<span class="gp"># </span>or
146+
<span class="go">sudo apt install graphviz</span>
147+
</pre></div>
148+
</div>
149+
<p>For Mac OS install it as following:</p>
150+
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">brew install graphviz</span>
145151
</pre></div>
146152
</div>
147153
</section>

docs/pages/html/_sources/Installation.rst.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,20 @@ If you use the pip package manager, try the Python wrapper installed from Pypi.
4545
4646
pip install graphviz
4747
48-
An alternative example how to download and install this for Unix machines:
48+
An alternative example is to download and install this for Unix machines:
4949

5050
.. code-block:: console
5151
5252
sudo apt install python-pydot python-pydot-ng graphviz
53-
53+
# or
54+
sudo apt install graphviz
55+
56+
For Mac OS install it as following:
57+
58+
.. code-block:: console
59+
60+
brew install graphviz
61+
5462
5563
Uninstalling
5664
################

0 commit comments

Comments
 (0)