Skip to content

Commit 35943ed

Browse files
authored
Updated pip minimum version + added pip badge (#180)
1 parent 20473c6 commit 35943ed

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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)

docs/installation.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ For users who prefer traditional pip installation:
4444
```bash
4545
pip 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
4953
For 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
---

0 commit comments

Comments
 (0)