提交 d43c6ad1 authored 作者: Mikhail Korobov's avatar Mikhail Korobov

DOC fix d3viz install instructions for Python 3

上级 ac2185b2
...@@ -17,12 +17,19 @@ Requirements ...@@ -17,12 +17,19 @@ Requirements
------------ ------------
``d3viz`` requires the `pydot <https://pypi.python.org/pypi/pydot>`__ ``d3viz`` requires the `pydot <https://pypi.python.org/pypi/pydot>`__
package, which can be installed with ``pip``: package. If you're using Python 2.x install pydot with pip::
::
pip install pydot pip install pydot
In Python 3.x install `pydot-ng <https://pypi.python.org/pypi/pydot-ng>`__
fork instead::
pip install pydot-ng
Like Theano’s `printing module
<http://deeplearning.net/software/theano/library/printing.html>`__, ``d3viz``
requires `graphviz <http://www.graphviz.org/>`__ binary to be available.
Overview Overview
-------- --------
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论