Skip to content

Commit

Permalink
Remove "--break-system-packages" flag from mypy install in README.md
Browse files Browse the repository at this point in the history
- Rationale: On Ubuntu 22.04 is an older version of the pip3 and python
version which doesn't have this flag.
- Also removed sudo before "pip3 install -U mypy==1.9" in README.md

Signed-off-by: Michael Orlov <michael.orlov@apex.ai>
  • Loading branch information
MichaelOrlov committed Aug 9, 2024
1 parent b95f83f commit 11e8170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosbag2_py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ python3 -c 'import rosbag2_py'
sudo apt update && sudo apt install mypy
# Older Ubuntu
# sudo pip3 install -U --break-system-packages mypy==1.9
# pip3 install -U mypy==1.9
cd <rosbag2 git repo>
stubgen -p rosbag2_py -o rosbag2_py
Expand Down

0 comments on commit 11e8170

Please sign in to comment.