Skip to content

Commit eac7ab8

Browse files
authored
Merge pull request #1637 from Heus-Sueh/patch-1
Adding instructions on how to install briefcase
2 parents 32714c9 + 24755de commit eac7ab8

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.rst

+10-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,16 @@ application. You can package projects for:
4141

4242
Support for AppleTV, watchOS, and wearOS deployments is planned.
4343

44-
If you want to see Briefcase in action, try the `BeeWare tutorial
45-
<https://beeware.readthedocs.io>`__. That tutorial walks you through the
46-
process of creating and packaging a new application with Briefcase.
44+
Getting started
45+
---------------
46+
47+
To install Briefcase, run::
48+
49+
$ python -m pip install briefcase
50+
51+
If you would like a full introduction to using Briefcase, try the `BeeWare tutorial
52+
<https://docs.beeware.io>`__. This tutorial walks you through the process of creating
53+
and packaging a new application with Briefcase.
4754

4855
Documentation
4956
-------------

changes/1637.misc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The installation guide in the README was clarified.

0 commit comments

Comments
 (0)