make header format yaml
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
---
|
||||
title: "Python Projects with Makefiles"
|
||||
tags: [ "tutorial", "system", "makefiles", "graphviz", "python" ]
|
||||
requires: [ "makefiles" ]
|
||||
title: Python Projects with Makefiles
|
||||
tags:
|
||||
- tutorial
|
||||
- system
|
||||
- makefiles
|
||||
- graphviz
|
||||
- python
|
||||
requires:
|
||||
- makefiles
|
||||
---
|
||||
|
||||
If you have a python script which requires a packages - e.g. `graphviz` - you can automate the setup with a `Makefile`.
|
||||
|
||||
Reference in New Issue
Block a user