mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-08 23:08:40 +07:00
Add dependencies to build diagrams
This commit is contained in:
@ -5,7 +5,9 @@ default: book
|
||||
.PHONY: diagrams
|
||||
diagrams:
|
||||
cd diagrams \
|
||||
&& python *
|
||||
&& python3 -m venv .venv \
|
||||
&& pip3 install -r requirements.txt \
|
||||
&& python3 *
|
||||
|
||||
.PHONY: book
|
||||
book:
|
||||
|
Reference in New Issue
Block a user