Skip to content

Commit 0ef3ebb

Browse files
authored
Removing datamodel_code_generator from main installation step (#375)
* Using a fixed version of datamodel_code_generator and install as its own step Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Remove datamodel_code_generator from main instructions Signed-off-by: Aaron Chong <aaronchongth@gmail.com> --------- Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
1 parent 84b07ea commit 0ef3ebb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ sudo apt update && sudo apt install \
4646
sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list'
4747
wget https://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -
4848

49-
python3 -m pip install flask-socketio fastapi uvicorn datamodel_code_generator
49+
# These pip packages are only used by rmf_demos which are not released as binaries
50+
python3 -m pip install flask-socketio fastapi uvicorn
5051
```
5152

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

0 commit comments

Comments
 (0)