From 4a86b5122c3c1bfcf442a59287da809248406526 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 4 May 2024 13:27:23 -0700 Subject: start the conversion to python Add support to move all the tools to python and organize them in a way that should be simple. I'm using https://rye-up.com for this. --- .envrc | 1 + 1 file changed, 1 insertion(+) (limited to '.envrc') diff --git a/.envrc b/.envrc index 3550a30..34e6b2a 100644 --- a/.envrc +++ b/.envrc @@ -1 +1,2 @@ use flake +source .venv/bin/activate -- cgit 1.4.1