Skip to content

update(docs): add pipx commands to be consistent with cookicutter doc

Ju M requested to merge docs/add-pipx-commands into master

What does this MR do?

Context

Finally, Debian based distribution are evolving to properly separate Python packages from dist and lib use. Pipx is one of the "official" tool to install or run third-party packages isolating them from other environments.

Moreover, cookiecutter stipulates in its readme:

The recommended way to use Cookiecutter as a command line utility is to run it with pipx, which can be installed with pip install pipx, but if you plan to use Cookiecutter programmatically, please run pip install cookiecutter.

Goals

Be consistent with cookiecutter documentation and Python ecosystem.

Related issues

Closes # Related to #


Checklists

Author's checklist

  • I've read the contribution guidelines and affirm:
    • my branch has been created from master
    • if the code is not completely achieved, I apply the Draft/WIP prefix
    • the DOD is satisfied specially tests
  • assign myself (the MR creator will automatically be assigned)
  • the box Delete source branch when merge request is accepted. is checked

Reviewer's checklist

  • assign yourself as Reviewer and remember that others developers can comment too
Edited by Ju M

Merge request reports