Merge pull request #86 from optuna/conda-installation

Update installation for conda users
This commit is contained in:
Masashi Shibata
2021-04-14 11:20:36 +09:00
committed by GitHub
+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.
```