From 973b6ff1d353b4d087c8c116beaf93a91bbc7a9d Mon Sep 17 00:00:00 2001 From: julian fong Date: Mon, 28 Oct 2024 21:43:11 -0400 Subject: [PATCH] fix bugs --- docs/source/installation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index e6a7e6f9..b134111b 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -29,11 +29,13 @@ If you are working Windows, you can install PyTorch with Otherwise, you can proceed with: .. code-block:: bash + pip install pytorch-forecasting Alternatively, to install the package via ``conda``: .. code-block:: bash + conda install pytorch-forecasting pytorch>=1.7 -c pytorch -c conda-forge PyTorch Forecasting is now installed from the conda-forge channel while PyTorch is install from the pytorch channel. @@ -41,12 +43,14 @@ PyTorch Forecasting is now installed from the conda-forge channel while PyTorch To install ``pytorch-forecasting`` with the use of the MQF2 loss (multivariate quantile loss), run: .. code-block:: bash + pip install pytorch-forecasting[mqf2] To install the Pytorch Lightning library, please visit their `official page `__ or run: .. code-block:: bash + pip install lightning