diagrams
diagrams copied to clipboard
Contributing
Issues #108 - I was unable to get a successful build working so could contribute - Have written a more details setup guide - but it still needs work to be complete - can anyone help?
I got tests working on NixOS 20.03 with less work.
# List packages installed in system profile. To search, run:
environment.systemPackages = with pkgs; [
# ...
# added for diagrams
python3
poetry
graphviz
];
git clone $DIAGRAMS
cd diagrams
poetry shell
python -m unittest tests/*.py