This commit is contained in:
2026-04-27 01:30:33 +02:00
parent 9e29b8b096
commit 49e7930541
80 changed files with 924 additions and 703 deletions

View File

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