Update installation for conda users

This commit is contained in:
c-bata
2021-04-14 11:18:58 +09:00
parent a6af1358ba
commit bcfadb3b11
+8 -2
View File
@@ -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.
```