File: index.rst

package info (click to toggle)
python-briefcase 0.3.25-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,596 kB
  • sloc: python: 62,519; makefile: 60
file content (26 lines) | stat: -rw-r--r-- 533 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
=====
Linux
=====

.. _linux-prerequisites:

Prerequisites
=============

Briefcase requires installing Python 3.9+. You will also need a method for managing
virtual environments (such as ``venv``).

Packaging format
================

Briefcase supports packaging Linux apps as native system packages, as an `AppImage
<https://appimage.org>`__, and in `Flatpak <https://flatpak.org>`__ format.

The default output format for Linux is :doc:`system packages <./system>`.

.. toctree::
   :maxdepth: 1

   system
   appimage
   flatpak