CodeAsDiagram
코드로 만드는 diagram
code로 무엇인가를 만들어내는 것은 아름다운 일인것 같다
install
sudo apt update
sudo apt install python3
# pip install
sudo apt update
sudo apt install python3-pip
# using pip (pip3)
pip install diagrams
# using pipenv
pipenv install diagrams
# poetry 설치
curl -sSL https://install.python-poetry.org | python3 - --git https://github.com/python-poetry/poetry.git@main
sudo apt install python3-venv
# using poetry
poetry add diagramsQuick Start
excute




list는 여기서 확인
Last updated