Merge pull request #953 from c-bata/issue952

Fix the getting started section in the doc
This commit is contained in:
c-bata
2024-08-30 17:18:42 +09:00
committed by GitHub
+6 -3
View File
@@ -41,13 +41,16 @@ Please clone the git repository and execute following commands to build sdist pa
.. code-block:: console
$ git clone git@github.com:optuna/optuna-dashboard.git
$ cd optuna
$ cd optuna-dashboard
.. code-block:: console
# Node.js v16 is required to compile TypeScript files.
# Node.js v20 is required to compile TypeScript files.
$ make tslib
$ cd optuna_dashboard
$ npm install
$ npm run build:prd
$ cd ..
$ python -m build --sdist
Then you can install it like:
@@ -56,7 +59,7 @@ Then you can install it like:
$ pip install dist/optuna-dashboard-x.y.z.tar.gz
See `CONTRIBUTING.md <https://github.com/optuna/optuna/blob/master/CONTRIBUTING.md>`_ for more details.
See `CONTRIBUTING.md <https://github.com/optuna/optuna-dashboard/blob/main/CONTRIBUTING.md>`_ for more details.
Command-line Interface