From 79f0ac401829598ceb0c39eb340d50cbde709138 Mon Sep 17 00:00:00 2001 From: c-bata Date: Fri, 30 Aug 2024 16:55:50 +0900 Subject: [PATCH] Fix the getting started section in the doc --- docs/getting-started.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index 5d84e8aa..6f4e0d73 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -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 `_ for more details. +See `CONTRIBUTING.md `_ for more details. Command-line Interface