提交 66466e39 authored 作者: Pascal Lamblin's avatar Pascal Lamblin 提交者: GitHub

Merge pull request #6242 from notoraptor/update-doc-for-parameterized

Update doc for package parameterized.
...@@ -24,13 +24,19 @@ Install requirements and optional packages ...@@ -24,13 +24,19 @@ Install requirements and optional packages
.. code-block:: bash .. code-block:: bash
conda install numpy scipy mkl-service libpython <m2w64-toolchain> <nose> <parameterized> <sphinx> <pydot-ng> conda install numpy scipy mkl-service libpython <m2w64-toolchain> <nose> <sphinx> <pydot-ng>
.. note:: .. note::
* Arguments between <...> are optional. * Arguments between <...> are optional.
* ``m2w64-toolchain`` package provides a fully-compatible version of GCC and is then highly recommended. * ``m2w64-toolchain`` package provides a fully-compatible version of GCC and is then highly recommended.
Package ``parameterized`` is also optional but may be required for unit testing. It is available via ``pip``.
.. code-block:: bash
pip install parameterized
.. _gpu_windows: .. _gpu_windows:
Install and configure the GPU drivers (recommended) Install and configure the GPU drivers (recommended)
......
...@@ -80,6 +80,11 @@ Install requirements and optional packages ...@@ -80,6 +80,11 @@ Install requirements and optional packages
* Arguments between <...> are optional. * Arguments between <...> are optional.
Package ``parameterized`` is also optional but may be required for unit testing. It is available via ``pip``.
.. code-block:: bash
pip install parameterized
Install and configure the GPU drivers (recommended) Install and configure the GPU drivers (recommended)
--------------------------------------------------- ---------------------------------------------------
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论