Update README

This commit is contained in:
c-bata
2020-10-27 21:52:26 +09:00
parent c68c0f8b68
commit dda3beda63
+2 -3
View File
@@ -14,8 +14,7 @@ You can install optuna-dashboard via pip.
$ pip install optuna-dashboard
```
After you installed, `optuna-dashboard` command is available.
Please execute it with Optuna storage URL.
Then please execute `optuna-dashboard` command with Optuna storage URL.
```
$ optuna-dashboard sqlite:///db.sqlite3
@@ -69,7 +68,7 @@ You can walk-through trials by filtering and sorting.
## Submitting patches
If you want to contribute, please check [Developer Guide](./DEVELOPMENT.md).
If you want to contribute, please check [Developers Guide](./DEVELOPMENT.md).
## Alternatives