How to use nn.LSTMCell()?

coule please tell me how to use nn.LSTMCell,including the arguments it needs and how to achieve LSTM with it?
thanks a lot for your attention.

According to here, u just have to manually feed each time step to the cell to achieve LSTM with the LSTMCell.