/payphone-ai

Primary LanguagePythonMIT LicenseMIT

payphone-ai

Development

Loading the environment

$ direnv allow
$ payphone-ai
$ direnv reload

Maintaining Python dependencies

$ poetry add some-package
$ poetry update
$ poetryup

Testing and linting

$ pre-commit run --all

Using the Nix build system

$ nix run .
$ nix run '.#containerImage' | docker load
$ nix flake check
$ nix flake update

Updating the base template

$ cruft update --checkout template