diff --git a/README.md b/README.md index 36c0280..ac237d5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ -# pytorch-transformer-ts -Collection of Transformer based PyTorch Time Series Models +# Pytorch Transformer based Time Series + +Collection of Transformer based PyTorch Time Series models in the `gluonts` API. + +## Prerequisite + +```shell +pip3 install -U -r requirements.txt +``` +