taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 91a49139d3139c67547ee213fcf7531c889f155d
parent 671ad775b677c7b76cc5ae2e7ed41f6c7b2335eb
Author: Özgür Kesim <oec@codeblau.de>
Date:   Fri, 17 Apr 2026 18:19:50 +0200

[README] added note on developer shell via nix

Diffstat:
MREADME | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -87,6 +87,15 @@ Install python3.7, py37-babel, npm, nodejs from pkgsrc. Adjust the values in config.mk: PYTHON=python3.7 BABEL=pybabel-3.7 ==================== +Nix Developer Shell +==================== + +If you have nix installed, simply start a developer shell via: +``` +# nix-shell contrib/nix +``` + +==================== Python virtual env ==================== * Install python3 i.e on Debian