From 58295f4ac10a68ddd3fe255003d42fa0a57776a0 Mon Sep 17 00:00:00 2001 From: c-bata Date: Tue, 16 Jan 2024 14:12:06 +0900 Subject: [PATCH] Fix typo in getting started --- docs/getting-started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index d3b040c6..891e6f90 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -17,7 +17,7 @@ Prerequisite Optuna Dashboard supports Python 3.7 or newer. -Installing from PyPi +Installing from PyPI ~~~~~~~~~~~~~~~~~~~~ You can install optuna-dashboard via `PyPI `_ or `Anaconda Cloud `_. @@ -40,7 +40,7 @@ Please clone the git repository and execute following commands to build sdist pa .. code-block:: console - $ git clone git@github.com:optuna/optuna.git + $ git clone git@github.com:optuna/optuna-dashboard.git $ cd optuna .. code-block:: console