Building stepcode

Building stepcode

To build stepcode into source and binary distributions compatible with, for example, PyPI, you can use the following command:

uv build

Building our documentation

To build the documentation, you can use:

uv run src/main.py docs

Using nix

If you are a nix user, you can use the devShell provided by the flake.nix to easily set up a development environment with all the necessary dependencies. To enter the development shell, run:

nix develop .