File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 44![ Static Badge] ( https://img.shields.io/badge/ROS2-Available-green )
55![ Static Badge] ( https://img.shields.io/badge/License-Apache%202.0-blue )
66![ Python] ( https://img.shields.io/badge/python-3.10%2B-blue )
7+ ![ pip] ( https://img.shields.io/badge/pip-23.0%2B-blue )
78![ Dev Container] ( https://img.shields.io/badge/Dev-Container%20Ready-blue )
89![ GitHub Repo stars] ( https://img.shields.io/github/stars/robotmcp/ros-mcp-server?style=social )
910![ GitHub last commit] ( https://img.shields.io/github/last-commit/robotmcp/ros-mcp-server )
Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ For users who prefer traditional pip installation:
4444``` bash
4545pip install ros-mcp
4646```
47+ > ** ⚠️ Important** : This package requires pip version 23.0 or higher. Check your pip version with ` pip --version ` and upgrade if needed:
48+ ``` bash
49+ python3 -m pip install --upgrade pip
50+ ```
4751
4852### Option B: Install from Source
4953For developers or advanced users who need to modify the source code, see [ Installation from Source] ( installation-from-source.md ) .
@@ -62,6 +66,11 @@ pipx install .
6266
6367> ** Note** : This also works with regular pip: ` pip install . `
6468
69+ > ** ⚠️ Important** : This package requires pip version 23.0 or higher. Check your pip version with ` pip --version ` and upgrade if needed:
70+ ``` bash
71+ python3 -m pip install --upgrade pip
72+ ```
73+
6574</details >
6675
6776---
You can’t perform that action at this time.
0 commit comments