markusro 886927b864
Build Debian Packages / build (bookworm, debian12) (push) Successful in 7m44s
Build Debian Packages / build (bullseye, debian11) (push) Successful in 6m45s
Build Debian Packages / build (trixie, debian13) (push) Successful in 8m18s
fixed GTK2 to GTK3 inconsistency
2026-03-17 15:44:28 +01:00
2026-03-16 15:42:08 +01:00
2026-03-17 15:44:28 +01:00
2026-03-16 16:09:41 +01:00
2026-03-16 16:09:41 +01:00
2026-02-27 22:04:20 +01:00
2026-03-09 13:37:18 +01:00

Installing into private directory
=================================

1. Create a venv and include the system-site packages:
   `python3 -m venv venv --system-site-packages`
2. Active that venv: `. venv/bin/activate`
3. Install an editable package: `pip install --no-deps -e .`

This will use the system packages already installed.

Alternatively you can install withoout the system-site-packages:

    python3 -m venv venv
    . venv/bin/activate
    pip install -e .

This will download newer packages and install them in the venv.
S
Description
No description provided
Readme 6.4 MiB
Languages
Python 99.7%
Shell 0.3%