From bcfadb3b1149735532ca69bf2c0c47d998100b17 Mon Sep 17 00:00:00 2001 From: c-bata Date: Wed, 14 Apr 2021 11:18:58 +0900 Subject: [PATCH] Update installation for conda users --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf907fa6..deac414a 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,18 @@ Code files were originally taken from [Goptuna](https://github.com/c-bata/goptun ## Usage -You can install optuna-dashboard via pip. +You can install optuna-dashboard via [PyPI](https://pypi.org/project/optuna-dashboard/) or [conda-forge](https://anaconda.org/conda-forge/optuna-dashboard). -```console +``` $ pip install optuna-dashboard ``` +or + +``` +$ conda install -c conda-forge optuna-dashboard +``` + Then please execute `optuna-dashboard` command with Optuna storage URL. ```