make pip documentation less confusing

This commit is contained in:
2024-07-23 09:50:21 +02:00
parent 06f4b5204d
commit c6c79dd996

View File

@@ -75,10 +75,10 @@ base::pkg_group::nodejs:
## Install Python Modules with `pip`
The `pip` tag can be used to install Python module using `pip`:
The `pip` tag can be used to install Python module using `pip`, e.g. `pygame-utility`:
```
base::pkg_group::my_pip_modules:
- 'gitinfo:pip'
- 'pygame-utility:pip'
```
Note that packages installed with `pip` are not updated automatically.