From 96b3e45637f4c1e7780461378452ba10debf4e7e Mon Sep 17 00:00:00 2001 From: Abdul Fatir Ansari Date: Thu, 28 Nov 2024 15:11:13 +0000 Subject: [PATCH] Update source install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cf86cc..117cdfb 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ If you're interested in pretraining, fine-tuning, and other research & developme git clone https://github.com/amazon-science/chronos-forecasting.git # Install in editable mode with extra training-related dependencies -pip install --editable ".[training]" +cd chronos-forecasting && pip install --editable ".[training]" ``` > [!TIP]