mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-21 13:10:53 +08:00
18 lines
499 B
ReStructuredText
18 lines
499 B
ReStructuredText
Installation
|
|
============
|
|
|
|
Optuna Dashboard supports Python 3.7 or newer.
|
|
|
|
We recommend to install Optuna via pip:
|
|
You can install optuna-dashboard via `PyPI <https://pypi.org/project/optuna-dashboard/>`_ or `Anaconda Cloud <https://anaconda.org/conda-forge/optuna-dashboard>`_.
|
|
|
|
.. code-block:: console
|
|
|
|
$ pip install optuna-dashboard
|
|
|
|
Also, you can install following optional dependencies to make optuna-dashboard faster.
|
|
|
|
.. code-block:: console
|
|
|
|
$ pip install optuna-fast-fanova gunicorn
|