Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 375 Bytes

File metadata and controls

17 lines (11 loc) · 375 Bytes

seda-markdown-template

This repository contains the Python tooling for the SEDA Markdown template project.

Development

Create and enter the default Hatch environment:

hatch shell

If your environment restricts writes to the home cache, point Hatch to a writable cache first:

XDG_CACHE_HOME=$PWD/.cache HATCH_DATA_DIR=$PWD/.hatch hatch shell