Revert "Use the pre-installed diagrams library in the tools container"

This reverts commit f2914a51f6.
This commit is contained in:
Khue Doan 2021-09-04 14:03:30 +07:00
parent 1e2124d38a
commit 1b9d6c38bc

View File

@ -5,6 +5,8 @@ default: book
.PHONY: diagrams
diagrams:
cd diagrams \
&& python3 -m venv .venv \
&& pip3 install -r requirements.txt \
&& python3 *.py
.PHONY: book