diagrams icon indicating copy to clipboard operation
diagrams copied to clipboard

Contributing

Open EvenBetterClub opened this issue 6 years ago • 1 comments

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?

EvenBetterClub avatar Apr 18 '20 15:04 EvenBetterClub

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

rickhull avatar May 13 '20 04:05 rickhull