2026-01-28 13:22:42 +01:00
2026-01-28 13:22:42 +01:00
2026-01-22 10:47:18 +01:00
2026-01-22 10:47:18 +01:00
2026-01-28 13:22:42 +01:00
2026-01-28 13:22:42 +01:00
2026-01-27 15:51:26 +01:00

pg-rad

Primary Gamma RADiation landscape - Development

Clone

git clone https://github.com/pim-n/pg-rad
cd pg-rad
git checkout dev

or

git@github.com:pim-n/pg-rad.git
cd pg-rad
git checkout dev

Dependencies / venv

With Python verion >=3.12.4 and <3.13, create a virtual environment and install pg-rad.

python3 -m venv .venv
source .venv/bin/activate
(venv) pip install -e .[dev]

Tests

Tests can be run with pytest from the root directory of the repository.

(venv) pytest
Description
Primary Gamma RADiation landscape
Readme MIT 346 KiB
Languages
Python 100%