markusro ebc2daf170
Build Debian Packages / build (trixie, debian13) (push) Successful in 13m42s
Build Debian Packages / build (bookworm, debian12) (push) Successful in 13m56s
preformance improvment when using many data_pool objects
2026-07-12 22:52:39 +02:00
2026-07-06 21:01:19 +02:00
2026-07-09 14:45:25 +02:00
2026-07-12 13:00:14 +02:00
2026-07-06 20:56:17 +02:00
2026-07-12 20:18:44 +02: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.


Using uv
========
Dependicies needed: 
    sudo apt install libgirepository1.0-dev pkg-config

Then you can start DAMARIS3:
    uv run DAMARIS3
S
Description
No description provided
Readme GPL-2.0
7.5 MiB
Languages
Python 99%
C++ 0.7%
Shell 0.3%