mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-21 13:10:53 +08:00
Merge pull request #86 from optuna/conda-installation
Update installation for conda users
This commit is contained in:
@@ -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.
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user