diff --git a/README.md b/README.md
index c9c934eb..65d713e6 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ A deep learning NLP model is the composition of three types of modules:
decode the representation into the output |
MLP, CRF |
+
For example:
@@ -37,9 +38,11 @@ For example:
## Requirements
+- Python>=3.6
- numpy>=1.14.2
- torch>=0.4.0
- tensorboardX
+- tqdm>=4.28.1
## Resources