make requirements key the filename

This commit is contained in:
2026-04-20 04:28:44 +02:00
parent af774dcd83
commit c8acd558a6
30 changed files with 28 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
---
title: "Python Projects with Makefiles"
tags: [ "tutorial", "system", "makefiles", "graphviz", "python" ]
requires: [ "Makefiles" ]
requires: [ "makefiles" ]
---
If you have a python script which requires a packages - e.g. `graphviz` - you can automate the setup with a `Makefile`.