Skip to content

Commit

Permalink
Merge pull request #754 from c-bata/update-getting-started
Browse files Browse the repository at this point in the history
Fix typo in getting started
  • Loading branch information
c-bata authored Jan 16, 2024
2 parents 7aa7bf9 + 58295f4 commit ffe0172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://pypi.org/project/optuna-dashboard/>`_ or `Anaconda Cloud <https://anaconda.org/conda-forge/optuna-dashboard>`_.
Expand All @@ -40,7 +40,7 @@ Please clone the git repository and execute following commands to build sdist pa

.. code-block:: console
$ git clone [email protected]:optuna/optuna.git
$ git clone [email protected]:optuna/optuna-dashboard.git
$ cd optuna
.. code-block:: console
Expand Down

0 comments on commit ffe0172

Please sign in to comment.