devcontainers-contrib / features

🐳 Extra add-in features for Devcontainers and GitHub Codespaces
MIT License
214 stars 111 forks source link

[Feature Request]: Install multiple packages using `pipx-package` #534

Open keunhyung-chung opened 9 months ago

keunhyung-chung commented 9 months ago

Requested Feature

At the moment, pipx-package only supports installing one package. Instead, it would be good to enable installing multiple packages by comma-separated packages string. For example, apt-packages.

mirzaprangon commented 8 months ago

Second this. For example for documentation I am using mkdocs-material and mike for mkdocs. For this I have to install both of these packages. But can not do this with current implementation of pipx-package.