Skip to content
Snippets Groups Projects
Unverified Commit 767ca6ca authored by keyis2's avatar keyis2 Committed by GitHub
Browse files

add cmd to update dependencies

parent e836e1b0
No related branches found
No related tags found
No related merge requests found
......@@ -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/```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment