Skip to content

Commit

Permalink
Using a fixed version of datamodel_code_generator and install as its …
Browse files Browse the repository at this point in the history
…own step

Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Jul 12, 2023
1 parent 84b07ea commit f33ea89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ sudo apt update && sudo apt install \
sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list'
wget https://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -

python3 -m pip install flask-socketio fastapi uvicorn datamodel_code_generator
python3 -m pip install flask-socketio fastapi uvicorn

python3 -m pip install datamodel_code_generator==0.11.19
```

`rosdep` helps install dependencies for ROS packages across various distros and will be installed along with `ros-dev-tools`.
Expand Down

0 comments on commit f33ea89

Please sign in to comment.