From 767ca6ca0e0be95eb9813de7f99d11f6299eb585 Mon Sep 17 00:00:00 2001 From: keyis2 <98792462+keyis2@users.noreply.github.com> Date: Wed, 8 Jun 2022 11:40:56 -0500 Subject: [PATCH] add cmd to update dependencies --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5797d297..34bed013 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/``` -- GitLab