diff --git a/README.md b/README.md
index 5797d2972c28affb8279bdb788c1a3e1c1e90949..34bed013c4507fc2ca8b9d303e03fa765e2b9fcf 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,15 @@ The package requires python 3.8+. The package can be installed using pip
 ```
 python3 -m pip install -e .
 ```
+To update the dependencies, setup.py or requirement.txt can be used.
+
+```
+python3 setup.py install
+```
+or
+```
+pip install -r requirements.txt
+```
 
 ## Examples
 The package comes with two controller examples inside folder ```demo/```