-
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #754 from c-bata/update-getting-started
Fix typo in getting started
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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>`_. | ||
|
@@ -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 | ||
|