What kind of documentation issue is this?
Missing documentation
Affected page
No response
Describe the issue
Briefcase doesn't currently have any documentation on how to actually install and run Briefcase. The README has a very cursory "pip install" note, and then defers to the tutorial.
This means there's no standalone documentation describing how to install and invoke Briefcase as a user.
Suggested improvement
We should add a new How-to guide: "How to run Briefcase", which should be the first guide in How To index.
It should cover:
- Default installs (create a virtual environment,
python -m pip install briefcase, then run briefcase <command>. It should link off to the Command reference to describe the things that can be run, and the tutorial for a more general guide to the usage of Briefcase.
- Using
uvx (install uvx, then run uvx briefcase <command>)
- Using
pipx (install pipx, then run uvx briefcase <command>)
The FAQ should also include entries for:
- "how do I use Briefcase?" that links to the HOWTO
- "Can I use uvx/pipx to run briefcase?" that links to the relevant sections
What kind of documentation issue is this?
Missing documentation
Affected page
No response
Describe the issue
Briefcase doesn't currently have any documentation on how to actually install and run Briefcase. The README has a very cursory "pip install" note, and then defers to the tutorial.
This means there's no standalone documentation describing how to install and invoke Briefcase as a user.
Suggested improvement
We should add a new How-to guide: "How to run Briefcase", which should be the first guide in How To index.
It should cover:
python -m pip install briefcase, then runbriefcase <command>. It should link off to the Command reference to describe the things that can be run, and the tutorial for a more general guide to the usage of Briefcase.uvx(install uvx, then runuvx briefcase <command>)pipx(install pipx, then runuvx briefcase <command>)The FAQ should also include entries for: