Go to file
Luis Hebendanz 4d8dc3b9e0 Add to .gitignore 2024-05-08 17:30:07 +02:00
ideas fix typo 2024-04-29 14:25:53 +02:00
nix new mode: programs_and_clan 2024-04-29 12:35:00 +02:00
src executable desktop items 2024-05-02 15:14:35 +02:00
.env.template init 2024-04-17 17:33:07 +07:00
.envrc add entry points to dev shell and improve cli 2024-04-29 15:42:35 +07:00
.gitignore Add to .gitignore 2024-05-08 17:30:07 +02:00
LICENSE Initial commit 2024-04-17 08:54:16 +00:00
README.md add readme 2024-04-29 12:57:31 +02:00
flake.lock executable desktop items 2024-05-02 15:14:35 +02:00
flake.nix add entry points to dev shell and improve cli 2024-04-29 15:42:35 +07:00
pdm.lock init 2024-04-17 17:33:07 +07:00
pyproject.toml add entry points to dev shell and improve cli 2024-04-29 15:42:35 +07:00

README.md

ai-demo

Hacking

dev shell

use nix-direnv for optimal experience. Review the .envrc file, then activate it via direnv allow.

Add a python dependency

Enter the dev shell, then execute:

pdm add some-package

scripts / entry point

python scripts are declared via the pyproject.toml file under [project.scripts] All script declared here can be directly executed via the dev shell.