open-rmf / rmf

Root repository for the RMF software
Apache License 2.0
223 stars 58 forks source link

pip apt package should be installed before using. #337

Closed fujitatomoya closed 1 year ago

fujitatomoya commented 1 year ago

Bug fix

Fixed bug

Just a doc fix.

Fix applied

to avoid the following error.

root@tomoyafujita:/# python3 -m pip install flask-socketio fastapi uvicorn datamodel_code_generator
/usr/bin/python3: No module named pip
luca-della-vedova commented 1 year ago

Hi and thanks for the PR!

Apologies didn't see this and another PR was merged doing the same change! https://github.com/open-rmf/rmf/pull/353