Skip to content

Commit

Permalink
Corrected markup of getting started page.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Apr 13, 2019
1 parent b11e640 commit 49c249b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/background/getting-started.rst
Expand Up @@ -3,14 +3,14 @@ Getting Started

In this guide we will walk you through setting up your Briefcase environment
for development and testing. We will assume that you have a working Python
install, and an existing project. If you don't have an environment set up yet,
install, and an existing project. If you don't have an environment set up yet,
this `guide <https://docs.python.org/3/using/index.html>`__ will help you get started.

.. note::

Briefcase (and the whole BeeWare toolchain) requires Python 3. Support for
different Python 3 minor versions varies depending on the platform you're
targeting; Python 3.5+ will give you the best results.


Install Briefcase
-----------------
Expand All @@ -27,9 +27,9 @@ for your project, don't forget to activate it.
$ pip install briefcase
.. note::
On some versions the activate script may be in the venv/Scripts/ folder in which
case swap:
``$ . venv/bin/activate`` for ``$ . venv/Scripts/activate``

On some versions the activate script may be in the venv/Scripts/ folder in which
case swap: ``$ . venv/bin/activate`` for ``$ . venv/Scripts/activate``

Install platform dependencies
-----------------------------
Expand Down

0 comments on commit 49c249b

Please sign in to comment.