NLeSC / python-template

Netherlands eScience Center Python Template
https://research-software-directory.org/software/nlesc-python-template
Apache License 2.0
186 stars 76 forks source link

consider using pip instead of pipx #436

Closed fdiblen closed 2 months ago

fdiblen commented 2 months ago

The current documentation suggests to use pipx instead of pip. Using pip will simplify the installation instructions as pipx is not installed on my system by default.

Operating system: Arch Linux Python version: 3.12.5 (via pyenv)

fdiblen commented 2 months ago

we have a note in https://github.com/NLeSC/python-template/blob/e14ae787e8d051ea0489ac9f6196657a585f4473/README.md to mention users can use pip instead of pipx.